);
}
diff --git a/frontend/app/projects/[projectId]/folders/page.tsx b/frontend/app/projects/[projectId]/folders/page.tsx
new file mode 100644
index 0000000..beba86f
--- /dev/null
+++ b/frontend/app/projects/[projectId]/folders/page.tsx
@@ -0,0 +1,9 @@
+export default function Page() {
+ return (
+ <>
+ This is folders page.
+ >
+ );
+}
+
+// TODO Automatically navigate to head folder page
\ No newline at end of file
diff --git a/frontend/app/projects/[id]/home/page.tsx b/frontend/app/projects/[projectId]/home/page.tsx
similarity index 100%
rename from frontend/app/projects/[id]/home/page.tsx
rename to frontend/app/projects/[projectId]/home/page.tsx
diff --git a/frontend/app/projects/[id]/layout.tsx b/frontend/app/projects/[projectId]/layout.tsx
similarity index 100%
rename from frontend/app/projects/[id]/layout.tsx
rename to frontend/app/projects/[projectId]/layout.tsx
diff --git a/frontend/app/projects/[id]/runs/page.tsx b/frontend/app/projects/[projectId]/runs/page.tsx
similarity index 100%
rename from frontend/app/projects/[id]/runs/page.tsx
rename to frontend/app/projects/[projectId]/runs/page.tsx
diff --git a/frontend/app/projects/[id]/sidebar.tsx b/frontend/app/projects/[projectId]/sidebar.tsx
similarity index 100%
rename from frontend/app/projects/[id]/sidebar.tsx
rename to frontend/app/projects/[projectId]/sidebar.tsx