We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff26259 commit 5a38423Copy full SHA for 5a38423
1 file changed
assets/js/index.js
@@ -1,11 +1,7 @@
1
//? global imports
2
import { getElement } from "/assets/js/global/utils.js";
3
import { dispalyCourses, displayBlogs } from "/assets/js/global/display.js";
4
-import {
5
- topbarEvent,
6
- navbarEvent,
7
- sidebarEvent,
8
-} from "/assets/js/global/headerEvents.js";
+import { topbarEvent, navbarEvent, sidebarEvent } from "/assets/js/global/headerEvents.js";
9
10
//? specific imports
11
import courses from "/assets/js/data/courses.js";
0 commit comments