This commit is contained in:
Fergal Moran
2024-01-15 23:56:58 +00:00
parent 6746905998
commit 4c75941af0

View File

@@ -3,7 +3,7 @@ import { SecureDebugDetails } from "@/components/debug/SecureDebugDetails";
const DebugPage = async () => { const DebugPage = async () => {
return ( return (
<div> <div>
<SecureDebugDetails /> {/* <SecureDebugDetails /> */}
</div> </div>
); );
}; };