3 lines
172 B
TypeScript
3 lines
172 B
TypeScript
export { default as IngredientCollection, type IngredientModel } from "./IngredientCollection.ts";
|
|
export { default as IngredientResource } from "./IngredientResource.ts";
|