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/ServicesStore.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/stores/ServicesStore.ts') diff --git a/src/stores/ServicesStore.ts b/src/stores/ServicesStore.ts index e690b3791..4c1b4116c 100644 --- a/src/stores/ServicesStore.ts +++ b/src/stores/ServicesStore.ts @@ -5,9 +5,9 @@ import ms from 'ms'; import { ensureFileSync, pathExistsSync, writeFileSync } from 'fs-extra'; import { join } from 'path'; -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 Request from './lib/Request'; import CachedRequest from './lib/CachedRequest'; import matchRoute from '../helpers/routing-helpers'; -- cgit v1.2.3-54-g00ecf