refactor: some stuff

This commit is contained in:
Daniel Ledda
2022-07-18 08:28:19 +02:00
parent c9f2d2720c
commit 3390a17ad9
8 changed files with 56 additions and 64 deletions

View File

@@ -1,3 +1,2 @@
export { type IngredientModel } from "./IngredientModel.ts";
export { default as IngredientCollection } from "./IngredientCollection.ts";
export { default as IngredientCollection, type IngredientModel } from "./IngredientCollection.ts";
export { default as IngredientResource } from "./IngredientResource.ts";