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