diff --git a/flowsint-web/src/lib/actions/projects.ts b/flowsint-web/src/lib/actions/projects.ts new file mode 100644 index 0000000..89aee92 --- /dev/null +++ b/flowsint-web/src/lib/actions/projects.ts @@ -0,0 +1,3 @@ +export const createNewProject = (formData: FormData) => { + return { success: "", id: "" } +} \ No newline at end of file