From d16cc1f2c59818e53f28b4d6b4d27250331f15d7 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 2 Jul 2022 05:13:38 +0530 Subject: Use default exports instead of named exports --- src/stores/RecipesStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores/RecipesStore.ts') diff --git a/src/stores/RecipesStore.ts b/src/stores/RecipesStore.ts index 00a2bb737..6bd4ab382 100644 --- a/src/stores/RecipesStore.ts +++ b/src/stores/RecipesStore.ts @@ -8,7 +8,7 @@ import { Actions } from 'src/actions/lib/actions'; import Recipe from 'src/models/Recipe'; import CachedRequest from './lib/CachedRequest'; import Request from './lib/Request'; -import { matchRoute } from '../helpers/routing-helpers'; +import matchRoute from '../helpers/routing-helpers'; import { asarRecipesPath } from '../helpers/asar-helpers'; import TypedStore from './lib/TypedStore'; -- cgit v1.2.3-54-g00ecf