Skip to content

Commit 309e729

Browse files
committed
fix
1 parent 80336f9 commit 309e729

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/www/src/app/(app)/page.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ export default function IndexPage() {
6868

6969
<div className="container py-6">
7070
<section className="relative">
71-
<HomeTabs />
71+
<React.Suspense fallback={null}>
72+
<HomeTabs />
73+
</React.Suspense>
7274

7375
<CustomizerDrawer />
7476
</section>

0 commit comments

Comments
 (0)