mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 03:53:08 +00:00
import fix
This commit is contained in:
parent
88c8830a17
commit
194b4e1a2f
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@
|
|||
|
||||
<script lang="ts">
|
||||
import {computed, defineComponent, PropType} from "vue";
|
||||
import {UserInMessage} from "../../server/models/msg";
|
||||
import {UserInMessage} from "../../shared/types/msg";
|
||||
import eventbus from "../js/eventbus";
|
||||
import colorClass from "../js/helpers/colorClass";
|
||||
import type {ClientChan, ClientNetwork, ClientUser} from "../js/types";
|
||||
import type {ClientChan, ClientNetwork} from "../js/types";
|
||||
import {useStore} from "../js/store";
|
||||
|
||||
type UsernameUser = Partial<UserInMessage> & {
|
||||
|
|
Loading…
Reference in a new issue