upd: project

Deskripsi:
- tambah project

- update tb project

NO Issues
This commit is contained in:
amel
2024-08-23 17:34:35 +08:00
parent 5417b48af1
commit df2f61e833
22 changed files with 769 additions and 565 deletions

View File

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