mirror of
https://github.com/thelounge/thelounge
synced 2024-11-24 21:13:06 +00:00
fix mentions import
This commit is contained in:
parent
0311e5f836
commit
17ba07db3b
1 changed files with 1 additions and 1 deletions
2
client/js/types.d.ts
vendored
2
client/js/types.d.ts
vendored
|
@ -3,7 +3,7 @@ import {defineComponent} from "vue";
|
|||
import {SharedChan} from "../../shared/types/chan";
|
||||
import {SharedNetwork} from "../../shared/types/network";
|
||||
import {SharedUser} from "../../shared/types/user";
|
||||
import {SharedMention} from "../../shared/models/mention";
|
||||
import {SharedMention} from "../../shared/types/mention";
|
||||
import {SharedConfiguration, LockedSharedConfiguration} from "../../shared/types/config";
|
||||
import {LinkPreview} from "../../shared/types/msg";
|
||||
|
||||
|
|
Loading…
Reference in a new issue