Files
pangolin/src/app/[orgId]/page.tsx
Owen Schwartz 2d754c4279 Move to org id
2024-10-13 21:45:36 -04:00

8 lines
129 B
TypeScript

export default async function Page() {
return (
<>
<p>IDK what this will show...</p>
</>
);
}