diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-11-09 04:09:20 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-11-09 04:09:20 -0500 |
commit | 2b5dc991f232da4b04faaac3c0a524f2d32020cd (patch) | |
tree | 64d8ff1413bdd19dff65f30b1ac4409ca3de3152 /scripts/gui-common | |
parent | 875dda51134d3e10c03e5fabd621d7ae4afb2c15 (diff) |
module test
Diffstat (limited to 'scripts/gui-common')
-rw-r--r-- | scripts/gui-common/widgets.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/gui-common/widgets.js b/scripts/gui-common/widgets.js index e69de29..28efe7f 100644 --- a/scripts/gui-common/widgets.js +++ b/scripts/gui-common/widgets.js @@ -0,0 +1,5 @@ +function widget() { + console.log("widgets!"); +} + +export { widget };
\ No newline at end of file |