From d4101a48b3eee8b1fb177831aa02a4b4fbec2588 Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Sat, 18 Sep 2021 11:15:25 +0200 Subject: chore: convert various files from JS to TS (#1959) --- src/features/communityRecipes/index.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/features/communityRecipes/index.js (limited to 'src/features/communityRecipes/index.js') diff --git a/src/features/communityRecipes/index.js b/src/features/communityRecipes/index.js deleted file mode 100644 index 828c6d867..000000000 --- a/src/features/communityRecipes/index.js +++ /dev/null @@ -1,7 +0,0 @@ -import { CommunityRecipesStore } from './store'; - -export const communityRecipesStore = new CommunityRecipesStore(); - -export default function initCommunityRecipes(stores, actions) { - communityRecipesStore.start(stores, actions); -} -- cgit v1.2.3-70-g09d2