style : update project

Deskripsi:
- add view create project
- add view filter project

No issue
This commit is contained in:
lukman
2024-07-08 17:30:39 +08:00
parent e5bdfaeaa7
commit 4acac52a0c
6 changed files with 318 additions and 2 deletions

View File

@@ -1,9 +1,10 @@
import React from 'react';
import NavbarProject from '../components/ui/navbar_project';
export default function ViewProject() {
return (
<div>
ViewProject
<NavbarProject/>
</div>
);
}