mirror of
https://github.com/fergalmoran/kidarr-server.git
synced 2025-12-22 09:17:51 +00:00
{}
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
import { SecureDebugDetails } from "@/components/debug/SecureDebugDetails";
|
||||
|
||||
const DebugPage = async () => {
|
||||
return <div>Debuggles</div>;
|
||||
return (
|
||||
<div>
|
||||
<SecureDebugDetails />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
export default DebugPage;
|
||||
|
||||
Reference in New Issue
Block a user