style : update project

Deskripsi:
- update create date and task
- update create project
- update create users project

No issue
This commit is contained in:
lukman
2024-07-09 11:30:50 +08:00
parent d684b6ea2e
commit 30889651fd
6 changed files with 151 additions and 4 deletions

View File

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