skalara/app/workspace/[workspaceID]/page.tsx
Christopher Arraya f98072c7cf initial commit
2023-09-16 23:15:44 -04:00

8 lines
107 B
TypeScript

export default function Workspace() {
return (
<div>
<h1>Workspace Page</h1>
</div>
);
}