From 91cc78009cf57ad8f53e69d20aa974f4833e61b0 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 4 Jul 2022 12:51:44 +0530 Subject: chore: Use relative paths while importing from custom code --- src/stores/GlobalErrorStore.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/stores/GlobalErrorStore.ts') diff --git a/src/stores/GlobalErrorStore.ts b/src/stores/GlobalErrorStore.ts index fcc1276c8..8c6317c91 100644 --- a/src/stores/GlobalErrorStore.ts +++ b/src/stores/GlobalErrorStore.ts @@ -1,7 +1,7 @@ import { observable, action } from 'mobx'; -import { Actions } from 'src/actions/lib/actions'; -import { ApiInterface } from 'src/api'; -import { Stores } from 'src/@types/stores.types'; +import { Actions } from '../actions/lib/actions'; +import { ApiInterface } from '../api'; +import { Stores } from '../@types/stores.types'; import Request from './lib/Request'; import TypedStore from './lib/TypedStore'; -- cgit v1.2.3-70-g09d2