From 204a80708e6e0a2189de16438a3eb4b57ef84987 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 1 Oct 2021 21:51:55 +0530 Subject: refactor: split 'environment' into 'environment-remote' with only the remote module dependency (might be a pre-requisite for the electron v14 upgrade) --- src/api/apiBase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/apiBase.ts') diff --git a/src/api/apiBase.ts b/src/api/apiBase.ts index 510ccb619..a30793848 100644 --- a/src/api/apiBase.ts +++ b/src/api/apiBase.ts @@ -1,7 +1,7 @@ /** * Get API base URL from store */ -import { API_VERSION } from '../environment'; +import { API_VERSION } from '../environment-remote'; import { DEV_API_FRANZ_WEBSITE, LIVE_FRANZ_API, -- cgit v1.2.3-54-g00ecf