mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore(native): fix useless import (#5130)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
use chrono::NaiveDateTime;
|
use chrono::NaiveDateTime;
|
||||||
use napi::bindgen_prelude::{Buffer, FromNapiValue, ToNapiValue, Uint8Array};
|
use napi::bindgen_prelude::{Buffer, Uint8Array};
|
||||||
use napi_derive::napi;
|
use napi_derive::napi;
|
||||||
use sqlx::{
|
use sqlx::{
|
||||||
migrate::MigrateDatabase,
|
migrate::MigrateDatabase,
|
||||||
|
|||||||
Reference in New Issue
Block a user