This commit is contained in:
Raphix
2023-02-22 13:57:27 +01:00
parent 9764132760
commit 3e2ff38897
22 changed files with 1209 additions and 79 deletions

View File

@ -1,11 +1,10 @@
// Import our custom CSS
import '../scss/styles.scss'
import '@fortawesome/fontawesome-free/css/all.css'
import '../scss/styles.scss'
// Import all of Bootstrap's JS
import * as bootstrap from 'bootstrap'
import * as jquery from 'jquery'
import JQuery from 'jquery';
window.$ = window.JQuery = JQuery;
console.log("Webpack Loaded");