import type { NextPage } from "next"; import dynamic from "next/dynamic"; // load the admin client-side const App = dynamic(() => import("../../components/admin/App"), { ssr: false, loading: () =>
Loading...