Move to org id

This commit is contained in:
Owen Schwartz
2024-10-13 21:45:36 -04:00
parent 8cd6cbb5ac
commit 2d754c4279
18 changed files with 44 additions and 10 deletions

7
src/app/[orgId]/page.tsx Normal file
View File

@@ -0,0 +1,7 @@
export default async function Page() {
return (
<>
<p>IDK what this will show...</p>
</>
);
}