From 2a8545f11267de06447b3c56d8beca8d27596dab Mon Sep 17 00:00:00 2001 From: realtradam Date: Sat, 29 Jun 2024 18:30:20 -0400 Subject: work on rendering games --- react-frontend/src/routes/index.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'react-frontend/src/routes') diff --git a/react-frontend/src/routes/index.tsx b/react-frontend/src/routes/index.tsx index 9b3d599..c8bf21f 100644 --- a/react-frontend/src/routes/index.tsx +++ b/react-frontend/src/routes/index.tsx @@ -2,6 +2,7 @@ import { useState, useEffect } from "react"; import { BrowserRouter as Router, Routes, Route } from "react-router-dom"; import Home from "../pages/Home"; import Games from "../pages/Games"; +import Game from "../pages/Game"; import Layout from "../components/Layout"; import CloseWindow from "../pages/CloseWindow"; @@ -36,6 +37,7 @@ export default function Index() }> } /> } /> + } /> } /> -- cgit v1.2.3