mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
format
This commit is contained in:
parent
36436991e2
commit
c4e41e3d32
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
pub mod entity;
|
||||
pub mod error;
|
||||
pub mod schema;
|
||||
pub mod repository;
|
||||
pub mod schema;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
use sea_orm::{ColumnTrait, EntityTrait, QueryFilter};
|
||||
use async_trait::async_trait;
|
||||
use sea_orm::{ColumnTrait, EntityTrait, QueryFilter};
|
||||
|
||||
use crate::entity::{antenna, antenna_note, user_group_joining};
|
||||
use crate::error::Error;
|
||||
|
|
Loading…
Add table
Reference in a new issue