migration changes

This commit is contained in:
Hayden
2021-01-01 16:51:55 -09:00
parent e5304f0589
commit e313741a25
59 changed files with 368 additions and 22124 deletions

View File

@@ -3,6 +3,7 @@ import recipe from "./api/recipe";
import mealplan from "./api/mealplan";
import settings from "./api/settings";
import themes from "./api/themes";
import migration from "./api/migration";
// import api from "../api";
@@ -12,4 +13,5 @@ export default {
mealPlans: mealplan,
settings: settings,
themes: themes,
migrations: migration,
};