Add project management support and integrate customer-project functionality
This commit is contained in:
7
internal_frontend/app/projects/page.tsx
Normal file
7
internal_frontend/app/projects/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function ProjectsPage() {
|
||||
return (
|
||||
<div className="container mx-auto p-4">
|
||||
<h1 className="text-2xl font-bold">Project Overview</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user