fix: missing import in user list status bar
Co-authored-by: Eana Hufwe <eana@1a23.com>
This commit is contained in:
parent
4c38d9665e
commit
4abe42f1b7
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { ref } from "vue";
|
||||
import { ref, watch } from "vue";
|
||||
import type { entities } from "firefish-js";
|
||||
import MarqueeText from "@/components/MkMarquee.vue";
|
||||
import * as os from "@/os";
|
||||
|
|
Loading…
Reference in a new issue