diff --git a/frontend/src/app/lobby/page.tsx b/frontend/src/app/lobby/page.tsx
new file mode 100644
index 0000000..e3d12a8
--- /dev/null
+++ b/frontend/src/app/lobby/page.tsx
@@ -0,0 +1,7 @@
+export default function Lobby() {
+ return (
+
+ Lobby
+
+ );
+}
diff --git a/frontend/src/app/nominations/page.tsx b/frontend/src/app/nominations/page.tsx
new file mode 100644
index 0000000..ec53f05
--- /dev/null
+++ b/frontend/src/app/nominations/page.tsx
@@ -0,0 +1,7 @@
+export default function Nominations() {
+ return (
+
+ Nominaties
+
+ );
+}
diff --git a/frontend/src/app/pause/page.tsx b/frontend/src/app/pause/page.tsx
new file mode 100644
index 0000000..af198ff
--- /dev/null
+++ b/frontend/src/app/pause/page.tsx
@@ -0,0 +1,7 @@
+export default function Pause() {
+ return (
+
+ Pause
+
+ );
+}
diff --git a/frontend/src/app/post-game/page.tsx b/frontend/src/app/post-game/page.tsx
new file mode 100644
index 0000000..490ffa9
--- /dev/null
+++ b/frontend/src/app/post-game/page.tsx
@@ -0,0 +1,7 @@
+export default function PostGame() {
+ return (
+
+ Post-game
+
+ );
+}