Start work for the media menu refactor...

This commit is contained in:
Jas Singh
2024-06-30 16:46:09 -07:00
parent 9cf5b0f5ea
commit 6b98da2145
19 changed files with 807 additions and 900 deletions

View File

@@ -1,4 +1,5 @@
const globalMousePos = Variable([]);
globalThis["globalMousePos"] = globalMousePos;
export { globalMousePos };