mirror of
https://github.com/thelounge/thelounge
synced 2024-11-24 21:13:06 +00:00
remove obsolete import
This commit is contained in:
parent
a8e7022d04
commit
98452ccc18
1 changed files with 1 additions and 1 deletions
2
shared/types/socket-events.d.ts
vendored
2
shared/types/socket-events.d.ts
vendored
|
@ -1,7 +1,7 @@
|
|||
import {SharedMention} from "./mention";
|
||||
import {ChanState, InitClientChan, SharedChan} from "./chan";
|
||||
import {SharedNetwork} from "./network";
|
||||
import {SharedMsg, ClientMessage, LinkPreview} from "./msg";
|
||||
import {SharedMsg, LinkPreview} from "./msg";
|
||||
import {SharedUser} from "./user";
|
||||
import {SharedChangelogData} from "./changelog";
|
||||
import {SharedConfiguration, LockedSharedConfiguration} from "./config";
|
||||
|
|
Loading…
Reference in a new issue