Spaces:
Sleeping
Sleeping
Update application/static/js/script.js
Browse files
application/static/js/script.js
CHANGED
@@ -3,7 +3,7 @@ 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 |
-
|
7 |
// class App{
|
8 |
// constructor(){
|
9 |
// this.uiManager = new UIManager()
|
|
|
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(){
|
9 |
// this.uiManager = new UIManager()
|