aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/index.js
diff options
context:
space:
mode:
authorWolfboy248 <121288977+Wolfboy248@users.noreply.github.com>2024-07-10 21:51:25 +0200
committerGitHub <noreply@github.com>2024-07-10 22:51:25 +0300
commitcfac59282da55f4791d6352f15887a15e9ff6ec5 (patch)
treebf8cea62f60f9239073a9cf82648d69d1e6b6a1c /frontend/src/index.js
parentfeat: return portal counts for each cat in chapter select (#175) (diff)
downloadlphub-cfac59282da55f4791d6352f15887a15e9ff6ec5.tar.gz
lphub-cfac59282da55f4791d6352f15887a15e9ff6ec5.tar.bz2
lphub-cfac59282da55f4791d6352f15887a15e9ff6ec5.zip
Games page, maplist page (#153)
Co-authored-by: Wolfboy248 <105884620+Wolfboy248@users.noreply.github.com>
Diffstat (limited to 'frontend/src/index.js')
-rw-r--r--frontend/src/index.js2
1 files changed, 0 insertions, 2 deletions
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';
4 4
5const root = ReactDOM.createRoot(document.getElementById('root')); 5const root = ReactDOM.createRoot(document.getElementById('root'));
6root.render( 6root.render(
7 <React.StrictMode>
8 <App/> 7 <App/>
9 </React.StrictMode>
10); 8);