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/lib/TypedStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores/lib') diff --git a/src/stores/lib/TypedStore.ts b/src/stores/lib/TypedStore.ts index 7f9d2d60f..c78f83850 100644 --- a/src/stores/lib/TypedStore.ts +++ b/src/stores/lib/TypedStore.ts @@ -1,7 +1,7 @@ import { computed, IReactionPublic, observable } from 'mobx'; import { Actions } from 'src/actions/lib/actions'; import { ApiInterface } from 'src/api'; -import { Stores } from 'src/stores.types'; +import { Stores } from 'src/@types/stores.types'; import Reaction from './Reaction'; export default abstract class TypedStore { -- cgit v1.2.3-54-g00ecf