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

@@ -0,0 +1,10 @@
import React from 'react';
export default function ViewCreateProject() {
return (
<div>
ViewCreateProject
</div>
);
}