Working on project front side.

This commit is contained in:
charles-gauthereau
2024-12-01 11:11:27 +01:00
parent 42314a9b69
commit b955d11613
19 changed files with 136 additions and 32 deletions
@@ -0,0 +1,8 @@
import {PageParams} from "@/types/next";
export default async function RoutePage(props: PageParams<{ projectId: string }>) {
return(
<></>
)
}