Pause
+
+
+
+
+ START
+
+ diff --git a/frontend/src/app/lobby/page.tsx b/frontend/src/app/lobby/page.tsx index 7c03408..16923d7 100644 --- a/frontend/src/app/lobby/page.tsx +++ b/frontend/src/app/lobby/page.tsx @@ -3,6 +3,7 @@ import { useState, useEffect } from "react"; import { Markazi_Text, Nunito } from "next/font/google"; import users from "muzak/data/users.json"; import Image from "next/image"; +import Link from "next/link"; const nunito = Nunito({ weight: "900", @@ -52,14 +53,12 @@ export default function Lobby() {
Welkom, {userName}!
++ Welkom, {userName}! +