'use client'; import { AuthorSlideshow } from '@/components/AuthorSlideshow'; export default function AuthorsTutorial(): React.ReactElement { return (
); }