built cuisine route
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import CollectionCtl from "./CollectionCtl";
|
||||
import CuisineCtl from "./CuisineCtl";
|
||||
import GroceryListCtl from "./GroceryListCtl";
|
||||
import IngredientCtl from "./IngredientCtl";
|
||||
import RecipeCtl from "./RecipeCtl";
|
||||
import UserCtl from "./UserCtl";
|
||||
|
||||
export {
|
||||
CollectionCtl, GroceryListCtl, IngredientCtl, RecipeCtl, UserCtl
|
||||
CollectionCtl, CuisineCtl, GroceryListCtl, IngredientCtl, RecipeCtl, UserCtl
|
||||
}
|
||||
Reference in New Issue
Block a user