From 11f99ffaac3529b1ef61fa5360923a78ee7ce7d5 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 1 Oct 2021 20:42:54 +0530 Subject: refactor: move 'asarRecipesPath' into 'asar-helpers' --- src/stores/RecipesStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores') diff --git a/src/stores/RecipesStore.js b/src/stores/RecipesStore.js index bfbdc57a8..95d662e79 100644 --- a/src/stores/RecipesStore.js +++ b/src/stores/RecipesStore.js @@ -6,7 +6,7 @@ import Store from './lib/Store'; import CachedRequest from './lib/CachedRequest'; import Request from './lib/Request'; import { matchRoute } from '../helpers/routing-helpers'; -import { asarRecipesPath } from '../environment'; +import { asarRecipesPath } from '../helpers/asar-helpers'; const debug = require('debug')('Ferdi:RecipeStore'); -- cgit v1.2.3-70-g09d2