migrate jquery popper.js bootstrap fontawesome to js bundle

This commit is contained in:
Aaron Qian 2022-11-10 20:51:48 -08:00 committed by Aaron Qian
parent cb3bc30ba9
commit fd8eeb3330
No known key found for this signature in database
GPG key ID: BF1A987C395B5B0E
16 changed files with 11 additions and 26 deletions

View file

@ -0,0 +1,4 @@
import 'jquery';
import 'popper.js';
import 'bootstrap';
import '@fortawesome/fontawesome-free';