refactor: cleanup imports
This commit is contained in:
parent
e2dc90a889
commit
c7756add7d
10 changed files with 4 additions and 19 deletions
|
@ -4,9 +4,7 @@
|
|||
import type { Notification, Paginator, WsEvents } from 'masto'
|
||||
// type used in <template>
|
||||
// eslint-disable-next-line @typescript-eslint/consistent-type-imports
|
||||
import type { GroupedLikeNotifications } from '~/types'
|
||||
|
||||
import type { GroupedAccountLike, NotificationSlot } from '~/types'
|
||||
import type { GroupedAccountLike, GroupedLikeNotifications, NotificationSlot } from '~/types'
|
||||
|
||||
const { paginator, stream } = defineProps<{
|
||||
paginator: Paginator<any, Notification[]>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue