upd: project

Deskripsi:
- upload file pada project

No Issues
This commit is contained in:
amel
2024-09-02 14:39:52 +08:00
parent 65b3d61b49
commit 9ee3e0a2ff
6 changed files with 62 additions and 49 deletions

View File

@@ -3,8 +3,8 @@ import React from "react";
function Page({ searchParams }: { searchParams: any }) {
if (searchParams.page == "file-save")
return <ViewFileSave kategori="project" />
// if (searchParams.page == "file-save")
// return <ViewFileSave kategori="project" />
return <CreateProject />;
}