mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-04 01:15:19 -05:00
migration changes
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user