import Footer from 'components/layout/footer'; import Collections from 'components/layout/search/collections'; import FilterList from 'components/layout/search/filter'; import { sorting } from 'lib/constants'; import ChildrenWrapper from './children-wrapper'; import { Suspense } from 'react'; export default function SearchLayout({ children }: { children: React.ReactNode; }) { return ( <>