//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.0 pub use super::recipe_ingeredients::Entity as RecipeIngeredients; pub use super::recipe_steps::Entity as RecipeSteps; pub use super::recipe_tags::Entity as RecipeTags; pub use super::recipies::Entity as Recipies;