Refactored component custom styling

Switched to library bootstrap css
This commit is contained in:
2023-07-15 12:24:13 +03:00
parent cb848739e5
commit 27ae590981
6 changed files with 68 additions and 39 deletions

View File

@ -3,6 +3,7 @@ import ReactDOM from 'react-dom/client'
import App from './App.tsx'
import './index.css'
import 'bootstrap/dist/css/bootstrap.min.css'
ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>