mirror of
https://github.com/vercel/commerce.git
synced 2025-04-27 13:27:50 +00:00
chore: footer
This commit is contained in:
parent
458391a882
commit
3f3d4a8bcc
@ -15,7 +15,7 @@ export default function HomePage() {
|
||||
<>
|
||||
<ThreeItemGrid />
|
||||
<Carousel />
|
||||
<Footer />
|
||||
{/* <Footer /> */}
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
@ -107,7 +107,7 @@ export default async function ProductPage(props: {
|
||||
</div>
|
||||
<RelatedProducts id={product.id} />
|
||||
</div>
|
||||
<Footer />
|
||||
{/* <Footer /> */}
|
||||
</ProductProvider>
|
||||
)
|
||||
}
|
||||
|
@ -1,14 +1,14 @@
|
||||
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';
|
||||
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,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
children: React.ReactNode
|
||||
}) {
|
||||
return (
|
||||
<>
|
||||
@ -25,7 +25,7 @@ export default function SearchLayout({
|
||||
<FilterList list={sorting} title="Sort by" />
|
||||
</div>
|
||||
</div>
|
||||
<Footer />
|
||||
{/* <Footer /> */}
|
||||
</>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user