Create the frontend receipes page to use real API
This commit is contained in:
@@ -7,31 +7,19 @@ from .recipes import (
|
||||
RecipeIngredientCreate,
|
||||
RecipeIngredientResponse,
|
||||
RecipeSearchRequest,
|
||||
RecipeFeasibilityResponse
|
||||
)
|
||||
from .production import (
|
||||
ProductionBatchCreate,
|
||||
ProductionBatchUpdate,
|
||||
ProductionBatchResponse,
|
||||
ProductionIngredientConsumptionCreate,
|
||||
ProductionIngredientConsumptionResponse,
|
||||
ProductionScheduleCreate,
|
||||
ProductionScheduleResponse
|
||||
RecipeFeasibilityResponse,
|
||||
RecipeDuplicateRequest,
|
||||
RecipeStatisticsResponse
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"RecipeCreate",
|
||||
"RecipeUpdate",
|
||||
"RecipeUpdate",
|
||||
"RecipeResponse",
|
||||
"RecipeIngredientCreate",
|
||||
"RecipeIngredientResponse",
|
||||
"RecipeSearchRequest",
|
||||
"RecipeFeasibilityResponse",
|
||||
"ProductionBatchCreate",
|
||||
"ProductionBatchUpdate",
|
||||
"ProductionBatchResponse",
|
||||
"ProductionIngredientConsumptionCreate",
|
||||
"ProductionIngredientConsumptionResponse",
|
||||
"ProductionScheduleCreate",
|
||||
"ProductionScheduleResponse"
|
||||
"RecipeDuplicateRequest",
|
||||
"RecipeStatisticsResponse"
|
||||
]
|
||||
Reference in New Issue
Block a user