Added boostrap 4 to project and shared components

This commit is contained in:
2019-04-09 13:36:49 -04:00
parent ab530b9cc4
commit 27c3a713bb
11 changed files with 118 additions and 41 deletions

View File

@@ -1,6 +1,11 @@
import 'bootstrap/dist/css/bootstrap.min.css';
// eslint-disable-next-line
import $ from 'jquery';
// eslint-disable-next-line
import Popper from 'popper.js';
import 'bootstrap/dist/js/bootstrap.bundle.min';
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './components/App';
import * as serviceWorker from './serviceWorker';