From 3840c6d8e4261f182657b11ba55f61da04d70b28 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 31 Jul 2024 21:02:40 +0900 Subject: feat: implement /admin/games and /admin/games/{gameId} --- frontend/app/routes/admin.dashboard.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frontend/app/routes/admin.dashboard.tsx') diff --git a/frontend/app/routes/admin.dashboard.tsx b/frontend/app/routes/admin.dashboard.tsx index d5f3809..af82731 100644 --- a/frontend/app/routes/admin.dashboard.tsx +++ b/frontend/app/routes/admin.dashboard.tsx @@ -23,6 +23,9 @@ export default function AdminDashboard() {

Users

+

+ Games +

); } -- cgit v1.2.3-70-g09d2