diff --git a/src/assets/js/main.js b/src/assets/js/main.js new file mode 100644 index 0000000..629adb2 --- /dev/null +++ b/src/assets/js/main.js @@ -0,0 +1,3 @@ +import $ from 'jquery'; +import 'bootstrap'; +import toastr from 'toastr'; diff --git a/src/assets/sass/main.scss b/src/assets/sass/main.scss new file mode 100644 index 0000000..80a722d --- /dev/null +++ b/src/assets/sass/main.scss @@ -0,0 +1,5 @@ + +@import "bootstrap"; +@import "toastr"; + +