Fix a bunch of typescript errors
This commit is contained in:
parent
11e7be988a
commit
0251789f82
82 changed files with 257 additions and 164 deletions
|
|
@ -1,10 +1,5 @@
|
|||
import {
|
||||
InitModule,
|
||||
ListenWSEvent,
|
||||
PendingReviewEditsWSEvent,
|
||||
PendingReviewReportsWSEvent,
|
||||
PendingReviewRequestsWSEvent,
|
||||
} from '~/types'
|
||||
import type { InitModule, ListenWSEvent, PendingReviewEditsWSEvent, PendingReviewReportsWSEvent, PendingReviewRequestsWSEvent } from '~/types'
|
||||
|
||||
import { watchEffect, watch } from 'vue'
|
||||
import { useWebSocket, whenever } from '@vueuse/core'
|
||||
import useWebSocketHandler from '~/composables/useWebSocketHandler'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue