From fc6c10718a633f0439b3aac045d4537c58bc7c6e Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 19 Jun 2024 19:41:29 -0400 Subject: add small changes --- src/routes/index.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/routes/index.tsx') diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 71cfd3b..bab58be 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -5,6 +5,7 @@ import Blogs from "../components/Blogs"; import Games from "../components/Games"; import UploadGame from "../components/UploadGame"; import Game from "../components/Game"; +import Apps from "../components/Apps"; import Layout from "../components/Layout"; import CloseWindow from "../components/CloseWindow"; @@ -45,6 +46,7 @@ export default function Index() } /> } /> } /> + } /> } /> -- cgit v1.2.3