diff options
Diffstat (limited to 'src/api/SettingsStore.ts')
-rw-r--r-- | src/api/SettingsStore.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/api/SettingsStore.ts b/src/api/SettingsStore.ts index a5a0402..d9369a9 100644 --- a/src/api/SettingsStore.ts +++ b/src/api/SettingsStore.ts @@ -16,11 +16,11 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import Logger from "@utils/Logger"; -import { proxyLazy } from "@utils/proxyLazy"; +import { proxyLazy } from "@utils/lazy"; +import { Logger } from "@utils/Logger"; import { findModuleId, wreq } from "@webpack"; -import { Settings } from "./settings"; +import { Settings } from "./Settings"; interface Setting<T> { /** |