Create the frontend receipes page to use real API
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
# services/recipes/app/repositories/__init__.py
|
||||
|
||||
from .base import BaseRepository
|
||||
from .recipe_repository import RecipeRepository
|
||||
from .production_repository import ProductionRepository
|
||||
|
||||
__all__ = [
|
||||
"BaseRepository",
|
||||
"RecipeRepository",
|
||||
"ProductionRepository"
|
||||
"RecipeRepository"
|
||||
]
|
||||
Reference in New Issue
Block a user