This commit is contained in:
Fergal Moran
2024-01-15 23:38:53 +00:00
parent 01e1187b04
commit ea5518d860

View File

@@ -1,4 +1,10 @@
import { SecureDebugDetails } from "@/components/debug/SecureDebugDetails";
const DebugPage = async () => {
return <div>Debuggles</div>;
return (
<div>
<SecureDebugDetails />
</div>
);
};
export default DebugPage;