Fixing the import
This commit is contained in:
parent
94ba4b8e40
commit
8241e67f84
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import './App.css';
|
import './App.css';
|
||||||
import {Button} from 'react-bootstrap';
|
import {Button} from 'react-bootstrap';
|
||||||
import 'bootstrap/dist/css/bootstrap.min'
|
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||||
import data from './roots.json'
|
import data from './roots.json'
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue