built user portal behind auth
This commit is contained in:
parent
5c6962f4a5
commit
37d474d7c8
48 changed files with 822 additions and 496 deletions
9
app/portal/projects/page.tsx
Normal file
9
app/portal/projects/page.tsx
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// app/portal/projects/page.tsx
|
||||
export default function ProjectsPage() {
|
||||
return (
|
||||
<div className="rounded-lg border p-6">
|
||||
<h2 className="text-xl font-semibold mb-2">Projects</h2>
|
||||
<p className="opacity-80">WIP: authenticated project list & details.</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue