cooked/entities/src/prelude.rs

9 lines
357 B
Rust

//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.0
pub use super::ingredients::Entity as Ingredients;
pub use super::recipe_ingredients::Entity as RecipeIngredients;
pub use super::recipe_steps::Entity as RecipeSteps;
pub use super::recipe_tags::Entity as RecipeTags;
pub use super::recipies::Entity as Recipies;
pub use super::tags::Entity as Tags;