diff --git a/resources/assets/js/bootstrap.js b/resources/assets/js/bootstrap.js index 475393da1..582784bf4 100644 --- a/resources/assets/js/bootstrap.js +++ b/resources/assets/js/bootstrap.js @@ -23,6 +23,7 @@ window.axios.defaults.headers.common['Content-Type'] = 'multipart/form-data'; // #start NProgress integration // Added nprogress to use nprogress bar import NProgress from "nprogress"; +import 'nprogress/nprogress.css'; window.axios.interceptors.request.use(function (config) { // Do something before request is sent