refactor main.js into smaller pieces, and moved navbar.js to assets
This commit is contained in:
parent
fd8eeb3330
commit
177dffe553
19 changed files with 214 additions and 207 deletions
|
@ -2,3 +2,7 @@ import 'jquery';
|
|||
import 'popper.js';
|
||||
import 'bootstrap';
|
||||
import '@fortawesome/fontawesome-free';
|
||||
|
||||
import './core';
|
||||
import './features';
|
||||
import './sections';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue