fix: ts1149 error

This commit is contained in:
Hakadao
2022-12-25 17:00:52 +08:00
parent 023c0bafd2
commit 224f87c568

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import type { Ref, UnwrapNestedRefs } from 'vue'
import { Transition, onMounted, watch } from 'vue'
import type { UnReadDm, UnReadMessage, UserInfo } from '../topbar/types'
import type { UnReadDm, UnReadMessage, UserInfo } from './types'
import { updateInterval } from './notify'
import { getUserID } from '~/utils'