Skip to content

Commit

Permalink
style: Resolve typecheck and lint comments.
Browse files Browse the repository at this point in the history
BEDS-324
  • Loading branch information
benji-bitfly committed Sep 10, 2024
1 parent 488fc7c commit ad074c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { useNotificationsClientsStore } from '~/stores/notifications/useNotificationsClientsStore';
import { useNotificationsClientsStore } from '~/stores/notifications/useNotificationsClientsStore'
import type { Cursor } from '~/types/datatable'
defineEmits<{ (e: 'openDialog'): void }>()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { defineStore } from 'pinia'
import type {
InternalGetUserNotificationClientsResponse, NotificationClientsTableRow
} from '~/types/api/notifications'
import type { InternalGetUserNotificationClientsResponse } from '~/types/api/notifications'
import { API_PATH } from '~/types/customFetch'
import type { TableQueryParams } from '~/types/datatable'

Expand Down

0 comments on commit ad074c3

Please sign in to comment.