From 6bff2bb5439d25e0ab2a24a8ca1b28b89ef40ff9 Mon Sep 17 00:00:00 2001 From: Ricardo Cino Date: Sun, 26 Jun 2022 23:59:32 +0200 Subject: chore: turned all auth containers into typescript (#375) --- src/stores/AppStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores/AppStore.ts') diff --git a/src/stores/AppStore.ts b/src/stores/AppStore.ts index 5659460c6..f333a0060 100644 --- a/src/stores/AppStore.ts +++ b/src/stores/AppStore.ts @@ -14,7 +14,7 @@ import ms from 'ms'; import { URL } from 'url'; import { readJsonSync } from 'fs-extra'; -import { Stores } from 'src/stores.types'; +import { Stores } from 'src/@types/stores.types'; import { ApiInterface } from 'src/api'; import { Actions } from 'src/actions/lib/actions'; import TypedStore from './lib/TypedStore'; -- cgit v1.2.3-54-g00ecf