ingredient route

This commit is contained in:
Mikayla Dobson
2022-11-19 13:31:23 -06:00
parent 21db95b624
commit 2583163fbb
6 changed files with 118 additions and 11 deletions

View File

@@ -0,0 +1,9 @@
import CollectionCtl from "./CollectionCtl";
import GroceryListCtl from "./GroceryListCtl";
import IngredientCtl from "./IngredientCtl";
import RecipeCtl from "./RecipeCtl";
import UserCtl from "./UserCtl";
export {
CollectionCtl, GroceryListCtl, IngredientCtl, RecipeCtl, UserCtl
}