Closed benborgers closed 2 years ago
Now there’s just two types of pages: docs and plain component.
I created a <PageLayout /> component that contains the header and footer, which we can use for pages like the NFT detail and collection detail pages.
<PageLayout />
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Now there’s just two types of pages: docs and plain component.
I created a
<PageLayout />
component that contains the header and footer, which we can use for pages like the NFT detail and collection detail pages.