import { Suspense } from "react"; import { Comp } from "./components/Comp"; export function Component() { return (
}>

Hi

} />
); }