git.lucas.co / website
source for lucas.co

commit5cd906fced448335fdf6b42dee9c8a7d7ba87b5e
parent2b1a793e1b
authorlsgalante <[email protected]>
date2025-05-15 13:45
remove removed function

 main.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.js b/main.js
index e82c139..14d591a 100644
--- a/main.js
+++ b/main.js
@@ -2,5 +2,5 @@ loadBorder();
 
 async function loadBorder() {
     const module = await import("./border.js");
-    module.onStart();
+    // module.onStart();
 }