Fixing the import

This commit is contained in:
mikwee 2021-11-05 17:18:23 +02:00
parent 94ba4b8e40
commit 8241e67f84
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import './App.css';
import {Button} from 'react-bootstrap';
import 'bootstrap/dist/css/bootstrap.min'
import 'bootstrap/dist/css/bootstrap.min.css';
import data from './roots.json'
function App() {