Update dependencies and fix TS errors. (#1041)

This commit is contained in:
Lee Robinson
2023-06-06 18:36:44 -07:00
committed by GitHub
parent 7de01c40b9
commit fecc60eb36
10 changed files with 281 additions and 290 deletions

View File

@@ -22,13 +22,10 @@ export const metadata = {
export default async function HomePage() {
return (
<>
{/* @ts-expect-error Server Component */}
<ThreeItemGrid />
<Suspense>
{/* @ts-expect-error Server Component */}
<Carousel />
<Suspense>
{/* @ts-expect-error Server Component */}
<Footer />
</Suspense>
</Suspense>