import LayoutBase from './LayoutBase' import BlogPostListPage from './components/BlogPostListPage' import SearchInput from './components/SearchInput' import { useGlobal } from '@/lib/global' import TagGroups from './components/TagGroups' import CategoryGroup from './components/CategoryGroup' import BlogPostListScroll from './components/BlogPostListScroll' export const LayoutSearch = (props) => { const { locale } = useGlobal() return
{locale.NAV.SEARCH}
}