9 lines
287 B
TypeScript
9 lines
287 B
TypeScript
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
|
|
} |