summaryrefslogtreecommitdiffhomepage
path: root/react-frontend/src/main.tsx
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-28 17:25:53 -0400
committerrealtradam <[email protected]>2024-06-28 17:25:53 -0400
commit080c10e1d8b353e1ae24b681dfa1ce475a385c5d (patch)
tree89cc8120f0ebbaf760b2a9519ca86080d0a7146a /react-frontend/src/main.tsx
parent57d767ec6c637bb08f5c9a045e2aeafb2a52e0bb (diff)
parent9eb3ab91fb653ca6d4921238e2a497427405f178 (diff)
downloadgameHolster-080c10e1d8b353e1ae24b681dfa1ce475a385c5d.tar.gz
gameHolster-080c10e1d8b353e1ae24b681dfa1ce475a385c5d.zip
Merge branch 'dev'
Diffstat (limited to 'react-frontend/src/main.tsx')
-rw-r--r--react-frontend/src/main.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/react-frontend/src/main.tsx b/react-frontend/src/main.tsx
index 3d7150d..4ec8a7d 100644
--- a/react-frontend/src/main.tsx
+++ b/react-frontend/src/main.tsx
@@ -1,6 +1,7 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.tsx'
+import 'rsuite/dist/rsuite-no-reset.min.css';
import './index.css'
ReactDOM.createRoot(document.getElementById('root')!).render(