Working on project front side.

This commit is contained in:
charles-gauthereau
2024-12-01 20:56:19 +01:00
parent b955d11613
commit 4851695c3e
12 changed files with 235 additions and 39 deletions
@@ -12,7 +12,6 @@ export default async function RoutePage(props: PageParams<{
const {projectId} = await props.params
const user = await requiredCurrentUser()
const project = await prisma.project.findUnique({
where: {
id: projectId,