mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-11 09:07:12 -05:00
basic url importer working
This commit is contained in:
@@ -120,6 +120,8 @@ export * from './Recipe';
|
||||
export * from './RecipeBook';
|
||||
export * from './RecipeBookEntry';
|
||||
export * from './RecipeFlat';
|
||||
export * from './RecipeFromSource';
|
||||
export * from './RecipeFromSourceResponse';
|
||||
export * from './RecipeImage';
|
||||
export * from './RecipeOverview';
|
||||
export * from './RecipeShoppingUpdate';
|
||||
@@ -129,6 +131,14 @@ export * from './ShareLink';
|
||||
export * from './ShoppingListEntry';
|
||||
export * from './ShoppingListEntryBulk';
|
||||
export * from './ShoppingListRecipe';
|
||||
export * from './SourceImportFood';
|
||||
export * from './SourceImportIngredient';
|
||||
export * from './SourceImportKeyword';
|
||||
export * from './SourceImportProperty';
|
||||
export * from './SourceImportPropertyType';
|
||||
export * from './SourceImportRecipe';
|
||||
export * from './SourceImportStep';
|
||||
export * from './SourceImportUnit';
|
||||
export * from './Space';
|
||||
export * from './SpaceNavTextColorEnum';
|
||||
export * from './SpaceThemeEnum';
|
||||
|
||||
Reference in New Issue
Block a user