forked from polka_billy/porridger
Refactored component custom styling
Switched to library bootstrap css
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user