2021-07-02 12:51:36 -04:00
|
|
|
// Import SCSS
|
|
|
|
import '../css/app.scss'
|
|
|
|
|
|
|
|
// Import Bootstrap JS
|
|
|
|
import 'bootstrap/js/dist/collapse';
|
|
|
|
import 'bootstrap/js/dist/alert';
|
|
|
|
import 'bootstrap/js/dist/button';
|
|
|
|
import 'bootstrap/js/dist/dropdown';
|
2019-05-23 12:30:31 -04:00
|
|
|
|
|
|
|
// Import JS Modules
|
|
|
|
import menu_init from './modules/menu'
|
|
|
|
|
|
|
|
// Load Menu Script
|
|
|
|
document.addEventListener( 'DOMContentLoaded', menu_init );
|