fix: export livecodeURL from settings store

This commit is contained in:
Jannat Patel
2025-11-06 12:28:27 +05:30
parent b1be568991
commit d00d2de1cc
3 changed files with 1 additions and 9 deletions

View File

@@ -56,5 +56,6 @@ export const useSettings = defineStore('settings', () => {
contactUsEmail,
contactUsURL,
sidebarSettings,
livecodeURL,
}
})