diff --git a/resources/volt/images/brand/dark.png b/resources/volt/images/brand/dark.png new file mode 100644 index 0000000..2c5a026 Binary files /dev/null and b/resources/volt/images/brand/dark.png differ diff --git a/resources/volt/images/brand/light.png b/resources/volt/images/brand/light.png new file mode 100644 index 0000000..f0eb3cd Binary files /dev/null and b/resources/volt/images/brand/light.png differ diff --git a/resources/volt/js/volt.js b/resources/volt/js/volt.js index c0bcd18..6a9ba93 100644 --- a/resources/volt/js/volt.js +++ b/resources/volt/js/volt.js @@ -18,9 +18,11 @@ "use strict"; const d = document; -import 'bootstrap'; +import * as bootstrap from 'bootstrap'; import Swal from 'sweetalert2'; import SmoothScroll from 'smooth-scroll'; +import Chartist from 'chartist'; +import 'chartist-plugin-tooltips'; d.addEventListener("DOMContentLoaded", function(event) {