Rename *GlobalState* to *SettingsAuth* (#1689)
This commit is contained in:
@ -136,7 +136,7 @@ export const executor = async (
|
||||
return _programMemory
|
||||
}
|
||||
|
||||
const getSettingsState = import('components/GlobalStateProvider').then(
|
||||
const getSettingsState = import('components/SettingsAuthProvider').then(
|
||||
(module) => module.getSettingsState
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user