From 021b8d3a9a25b751180781b000696841da83e0b1 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Wed, 15 May 2024 18:08:24 -0700
Subject: Apply styles and map script to manually loaded files
---
src/modules/gameboard.js | 2 ++
1 file changed, 2 insertions(+)
(limited to 'src/modules/gameboard.js')
diff --git a/src/modules/gameboard.js b/src/modules/gameboard.js
index e20949a..abf37b0 100644
--- a/src/modules/gameboard.js
+++ b/src/modules/gameboard.js
@@ -270,6 +270,8 @@ export function start(el) {
}
});
});
+
+ console.log('gameboard.js loaded');
}
export function select(selected) {
--
cgit v1.2.3