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/features/communityRecipes/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/communityRecipes') diff --git a/src/features/communityRecipes/store.ts b/src/features/communityRecipes/store.ts index 73eaae8b4..34e6cd92c 100644 --- a/src/features/communityRecipes/store.ts +++ b/src/features/communityRecipes/store.ts @@ -1,5 +1,5 @@ import { computed } from 'mobx'; -import { FeatureStore } from '../utils/FeatureStore'; +import FeatureStore from '../utils/FeatureStore'; const debug = require('../../preload-safe-debug')('Ferdium:feature:communityRecipes:store'); -- cgit v1.2.3-54-g00ecf