Spaces:
Sleeping
Sleeping
Update application/static/js/script.js
Browse files
application/static/js/script.js
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
console.log("script.js loaded and running!");
|
3 |
alert("script.js loaded and running!"); // Add an alert
|
4 |
|
5 |
-
|
6 |
// import Navbar from "./components/navbar.js";
|
7 |
// class App{
|
8 |
// constructor(){
|
|
|
2 |
console.log("script.js loaded and running!");
|
3 |
alert("script.js loaded and running!"); // Add an alert
|
4 |
|
5 |
+
import UIManager from "./components/uiManager.js";
|
6 |
// import Navbar from "./components/navbar.js";
|
7 |
// class App{
|
8 |
// constructor(){
|