feat: project.ts

This commit is contained in:
dextmorgn
2025-03-30 22:03:02 +02:00
parent a1f25c18ac
commit 6780c7af11

View File

@@ -0,0 +1,3 @@
export const createNewProject = (formData: FormData) => {
return { success: "", id: "" }
}