mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-12 05:36:38 +00:00
Merge branch 'main' of https://github.com/fosrl/pangolin
This commit is contained in:
14
src/app/[orgId]/resources/page.tsx
Normal file
14
src/app/[orgId]/resources/page.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
export default async function Page() {
|
||||
return (
|
||||
<>
|
||||
<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