index.js

15 lines | 266 B Blame History Raw Download

//css
import 'bootstrap/dist/css/bootstrap.min.css'
import 'toastr/build/toastr.min.css'
import 'react-tabulator/lib/css/tabulator.min.css';

//For Header
import '../CSS/TestStyle.css'

//React entry
import './React/Pages/LayoutPage.jsx'


console.log("index.js");