Created
September 17, 2017 18:58
-
-
Save zverbatim/98b9289e5380a3d4dce25126895920a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, {Component} from 'react'; | |
import 'bootstrap/dist/css/bootstrap.css'; | |
import 'font-awesome/css/font-awesome.css' | |
import './App.css'; | |
import $ from "jquery"; | |
window.jQuery = window.$ = $; | |
window.Popper = require('popper.js').default | |
require("bootstrap"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment