import { MainLayout } from '../Layouts/MainLayout' import { AllAuthorsView } from '../Views/AllAuthors' import type { PageProps } from '../types' export const AllAuthorsPage = (props: PageProps) => { return ( ) } // for lazy loading export default AllAuthorsPage