index.js
//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");