import Head from "next/head"; import { useEffect, useState } from "react"; const Admin = () => { // Load the admin client-side const [DynamicAdmin, setDynamicAdmin] = useState(
Loading...
); useEffect(() => { (async () => { const HydraAdmin = (await import("@api-platform/admin")).HydraAdmin; setDynamicAdmin(