refactored notes.js, search.js, single.js into application.js
This commit is contained in:
parent
dd344a0262
commit
97d60b44d9
40 changed files with 275 additions and 270 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue