diff options
Diffstat (limited to 'react-frontend/src/main.tsx')
| -rw-r--r-- | react-frontend/src/main.tsx | 1 |
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( |
