Reality123b commited on
Commit
74d03ae
·
verified ·
1 Parent(s): 35b0691

Update application/static/js/script.js

Browse files
Files changed (1) hide show
  1. application/static/js/script.js +1 -1
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
- // import Navbar from "./components/navbar.js";
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()