import { Suspense } from "react"; import { Setup } from "./_components/Setup"; export default function Page() { return ( ); }