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