mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 02:36:38 +00:00
config layout
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user