Thanks, looks great, will definitely give it a go
Thanks, looks great, will definitely give it a go


preview_database_id = "DATABASE" export default function Home() {
return null;
// return <Client />;
}
// import Client from "./client";
// import dynamic from "next/dynamic";
// const Client = dynamic(() => import("./client").then((mod) => mod.Client), {
// loading: () => <p>Loading...</p>,
// });