remove unused import
This commit is contained in:
parent
2b1e16d489
commit
c5ccd68c08
|
@ -36,7 +36,6 @@ import {
|
||||||
ChannelFollowings,
|
ChannelFollowings,
|
||||||
Blockings,
|
Blockings,
|
||||||
NoteThreadMutings,
|
NoteThreadMutings,
|
||||||
Relays,
|
|
||||||
} from "@/models/index.js";
|
} from "@/models/index.js";
|
||||||
import type { DriveFile } from "@/models/entities/drive-file.js";
|
import type { DriveFile } from "@/models/entities/drive-file.js";
|
||||||
import type { App } from "@/models/entities/app.js";
|
import type { App } from "@/models/entities/app.js";
|
||||||
|
|
Loading…
Reference in New Issue