mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
making database edit form functional.
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user