refactor: fix import syntax in page.tsx

This commit is contained in:
Maze Winther
2025-07-09 21:04:41 +02:00
parent aadc253fee
commit 612fc03cde

View File

@ -1,7 +1,7 @@
import { Hero } from "@/components/landing/hero";
import { Header } from "@/components/header";
import { Footer } from "@/components/footer";
import { getWaitlistCount } from "@/lib/waitlist";]
import { getWaitlistCount } from "@/lib/waitlist";
// Force dynamic rendering so waitlist count updates in real-time
export const dynamic = "force-dynamic";