mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Update dependencies and fix TS errors. (#1041)
This commit is contained in:
@@ -16,7 +16,6 @@ export default function SearchLayout({ children }: { children: React.ReactNode }
|
||||
<FilterList list={sorting} title="Sort by" />
|
||||
</div>
|
||||
</div>
|
||||
{/* @ts-expect-error Server Component */}
|
||||
<Footer />
|
||||
</Suspense>
|
||||
);
|
||||
|
Reference in New Issue
Block a user