config layout

This commit is contained in:
Milo Schwartz
2024-10-13 22:24:02 -04:00
parent 8cd6cbb5ac
commit 55b0838f3a
9 changed files with 471 additions and 47 deletions

View File

@@ -1,7 +1,14 @@
export default async function Page() {
return (
<>
<p>This is where the table goes...</p>
<div className="space-y-0.5 select-none">
<h2 className="text-2xl font-bold tracking-tight">
Manage Resources
</h2>
<p className="text-muted-foreground">
Create secure proxies to your private resources.
</p>
</div>
</>
);
}