From cfac59282da55f4791d6352f15887a15e9ff6ec5 Mon Sep 17 00:00:00 2001 From: Wolfboy248 <121288977+Wolfboy248@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:51:25 +0200 Subject: Games page, maplist page (#153) Co-authored-by: Wolfboy248 <105884620+Wolfboy248@users.noreply.github.com> --- frontend/src/index.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'frontend/src/index.js') diff --git a/frontend/src/index.js b/frontend/src/index.js index 20f2cdc..f648298 100644 --- a/frontend/src/index.js +++ b/frontend/src/index.js @@ -4,7 +4,5 @@ import App from './App'; const root = ReactDOM.createRoot(document.getElementById('root')); root.render( - - ); -- cgit v1.2.3