Changed the way bootstrap is imported and added Chartist for charting functionality. This update provides wider access to Bootstrap features and integrates Chartist for better data representation.

This commit is contained in:
2023-07-07 00:03:57 +06:00
parent 398f5e2097
commit 24098415b5
3 changed files with 3 additions and 1 deletions

View File

@@ -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) {