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