making database edit form functional.

This commit is contained in:
killian-larcher
2024-12-13 14:08:24 +01:00
parent 1bc69e4b10
commit 437595fdfc
8 changed files with 129 additions and 93 deletions
@@ -1,8 +1,8 @@
import {notFound} from "next/navigation";
import {PageParams} from "@/types/next";
import {Page, PageContent, PageHeader, PageTitle} from "@/features/layout/page";
import {requiredCurrentUser} from "@/auth/current-user";
import {prisma} from "@/prisma";
import {notFound} from "next/navigation";
import {ProjectForm} from "@/components/wrappers/Dashboard/Projects/ProjectsForm/ProjectForm";