mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-10 04:36:38 +00:00
Move to org id
This commit is contained in:
7
src/app/[orgId]/page.tsx
Normal file
7
src/app/[orgId]/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default async function Page() {
|
||||
return (
|
||||
<>
|
||||
<p>IDK what this will show...</p>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user