chore: expost entity from client-api (#64)
This commit is contained in:
parent
a201cceb9b
commit
923a9b41fe
|
|
@ -8,3 +8,9 @@ pub mod error {
|
|||
pub use shared_entity::error::AppError;
|
||||
pub use shared_entity::error_code::ErrorCode;
|
||||
}
|
||||
|
||||
pub mod entity {
|
||||
pub use gotrue_entity::*;
|
||||
pub use shared_entity::*;
|
||||
pub use storage_entity::*;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue