built cuisine route

This commit is contained in:
Mikayla Dobson
2022-12-08 14:06:08 -06:00
parent 1b5856fa8f
commit 174866e254
5 changed files with 124 additions and 1 deletions

View File

@@ -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
}