mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
filters
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
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';
|
||||
|
||||
export default function SearchLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
@@ -12,7 +10,7 @@ export default function SearchLayout({ children }: { children: React.ReactNode }
|
||||
</div>
|
||||
<div className="order-last min-h-screen w-full md:order-none">{children}</div>
|
||||
<div className="order-none flex-none md:order-last md:w-[125px]">
|
||||
<FilterList list={sorting} title="Sort by" />
|
||||
{/* <FilterList list={sorting} title="Sort by" /> */}
|
||||
</div>
|
||||
</div>
|
||||
<Footer />
|
||||
|
Reference in New Issue
Block a user