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/AppStore.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/stores/AppStore.ts') diff --git a/src/stores/AppStore.ts b/src/stores/AppStore.ts index b2adb0f02..0ecfdb7c0 100644 --- a/src/stores/AppStore.ts +++ b/src/stores/AppStore.ts @@ -14,9 +14,9 @@ import ms from 'ms'; import { URL } from 'url'; import { readJsonSync } from 'fs-extra'; -import { Stores } from 'src/@types/stores.types'; -import { ApiInterface } from 'src/api'; -import { Actions } from 'src/actions/lib/actions'; +import { Stores } from '../@types/stores.types'; +import { ApiInterface } from '../api'; +import { Actions } from '../actions/lib/actions'; import TypedStore from './lib/TypedStore'; import Request from './lib/Request'; import { CHECK_INTERVAL, DEFAULT_APP_SETTINGS } from '../config'; -- cgit v1.2.3-70-g09d2