mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-12 01:44:42 -05:00
feat: project.ts
This commit is contained in:
3
flowsint-web/src/lib/actions/projects.ts
Normal file
3
flowsint-web/src/lib/actions/projects.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const createNewProject = (formData: FormData) => {
|
||||
return { success: "", id: "" }
|
||||
}
|
||||
Reference in New Issue
Block a user