Skip to content

Commit

Permalink
Removed Suspense
Browse files Browse the repository at this point in the history
  • Loading branch information
Revaycolizer committed Nov 30, 2024
1 parent 8996276 commit ce0a65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { LandingPage } from '@/components/landing-page'

export default function Home() {
return (
<Suspense fallback={<div>Loading...</div>}>

<LandingPage />
</Suspense>

)
}

0 comments on commit ce0a65d

Please sign in to comment.