refactored notes.js, search.js, single.js into application.js

This commit is contained in:
Aaron Qian 2022-11-11 01:15:50 -08:00 committed by Aaron Qian
parent dd344a0262
commit 97d60b44d9
No known key found for this signature in database
GPG key ID: BF1A987C395B5B0E
40 changed files with 275 additions and 270 deletions

View file

@ -1,8 +1,9 @@
import 'jquery';
import 'popper.js';
import 'bootstrap';
import '@fortawesome/fontawesome-free';
import '@fortawesome/fontawesome-free/js/all';
import './core';
import './features';
import './sections';
import './pages';