hippofish/packages/backend/native-utils/src/model/mod.rs

5 lines
67 B
Rust
Raw Normal View History

2023-05-25 08:34:48 +02:00
pub mod entity;
2023-05-25 14:55:20 +02:00
pub mod error;
pub mod repository;
2023-05-25 14:56:57 +02:00
pub mod schema;