import fix

This commit is contained in:
Reto Brunner 2024-03-01 09:06:58 +01:00
parent 88c8830a17
commit 194b4e1a2f

View file

@ -12,10 +12,10 @@
<script lang="ts"> <script lang="ts">
import {computed, defineComponent, PropType} from "vue"; import {computed, defineComponent, PropType} from "vue";
import {UserInMessage} from "../../server/models/msg"; import {UserInMessage} from "../../shared/types/msg";
import eventbus from "../js/eventbus"; import eventbus from "../js/eventbus";
import colorClass from "../js/helpers/colorClass"; 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"; import {useStore} from "../js/store";
type UsernameUser = Partial<UserInMessage> & { type UsernameUser = Partial<UserInMessage> & {