11 lines
386 B
TypeScript
11 lines
386 B
TypeScript
import CollectionCtl from "./CollectionCtl";
|
|
import CuisineCtl from "./CuisineCtl";
|
|
import GroceryListCtl from "./GroceryListCtl";
|
|
import IngredientCtl from "./IngredientCtl";
|
|
import RecipeCtl from "./RecipeCtl";
|
|
import UserCtl from "./UserCtl";
|
|
import CourseCtl from "./CourseCtl";
|
|
|
|
export {
|
|
CollectionCtl, CuisineCtl, CourseCtl, GroceryListCtl, IngredientCtl, RecipeCtl, UserCtl
|
|
} |