mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-16 17:54:06 +00:00
Finalize Typescript restructure
This commit is contained in:
@@ -6,6 +6,7 @@ import { useUserStore } from '../../../../stores/user.store'
|
||||
import { noteService } from '../../../../api/services/note.service'
|
||||
import NoteDropdown from '@v2/features/company/settings/components/NoteDropdown.vue'
|
||||
import NoteModal from '@v2/features/company/settings/components/NoteModal.vue'
|
||||
import { ABILITIES } from '@v2/config/abilities'
|
||||
|
||||
interface TableColumn {
|
||||
key: string
|
||||
@@ -31,10 +32,6 @@ interface FetchResult {
|
||||
}
|
||||
}
|
||||
|
||||
const ABILITIES = {
|
||||
MANAGE_NOTE: 'manage-note',
|
||||
} as const
|
||||
|
||||
const { t } = useI18n()
|
||||
const modalStore = useModalStore()
|
||||
const userStore = useUserStore()
|
||||
|
||||
Reference in New Issue
Block a user