diff options
| author | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-03-26 16:00:05 -0600 |
|---|---|---|
| committer | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-03-26 16:00:05 -0600 |
| commit | fe22956d5dbdeb2b80a9e56b46abe2be9f2bfcdb (patch) | |
| tree | 6111f03c2da4eb42aff03cda72157a8961da27e8 /static/js/script.js | |
| parent | 27aab70386c68f3a0f22c52e72b91cf16b289100 (diff) | |
| download | hatecomputers.club-fe22956d5dbdeb2b80a9e56b46abe2be9f2bfcdb.tar.gz hatecomputers.club-fe22956d5dbdeb2b80a9e56b46abe2be9f2bfcdb.zip | |
initial commit
Diffstat (limited to 'static/js/script.js')
| -rw-r--r-- | static/js/script.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/js/script.js b/static/js/script.js index 6b2b3db..459383e 100644 --- a/static/js/script.js +++ b/static/js/script.js @@ -1 +1,2 @@ -console.log("hello world"); +const scripts = ["/static/js/components/themeSwitcher.js"]; +requirejs(scripts); |
