MCPcopy Create free account
hub / github.com/Muhammadsiddiq-code/Admin-dashboard / app.js

File app.js

app.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Global variables
2let currentUser = null
3let currentTheme = localStorage.getItem("theme") || "light"
4let currentLanguage = localStorage.getItem("language") || "uz"

Callers

nothing calls this directly

Calls 4

initializeAppFunction · 0.85
initializeDataFunction · 0.85
loadDataFromStorageFunction · 0.85
saveDataToStorageFunction · 0.85

Tested by

no test coverage detected