From 7e277bad5bd730947bb4b47cdb4ae362451cfb8a Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 20 May 2025 02:46:48 -0700 Subject: frontend: convert titlebar menus to full page game selector - due to growing number of games supported --- site/src/App.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'site/src/App.tsx') diff --git a/site/src/App.tsx b/site/src/App.tsx index 5142463..79c64a1 100644 --- a/site/src/App.tsx +++ b/site/src/App.tsx @@ -1,13 +1,15 @@ import Home from './pages/Homepage'; +import GameSelector from './pages/GameSelector' import { Routes, Route } from "react-router-dom"; function App() { return ( } /> + } /> } /> ); } -export default App; \ No newline at end of file +export default App; -- cgit v1.2.3