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