Client - refactor app types and interfaces

This commit is contained in:
Sam
2021-08-11 18:33:28 +02:00
parent 6b848228ca
commit 1d7cb5c9ee
5 changed files with 6 additions and 7 deletions

View File

@ -60,7 +60,7 @@
import { useI18n } from 'vue-i18n'
import { useStore } from 'vuex'
import { IDropdownOption } from '@/types'
import { IDropdownOption } from '@/interfaces'
import Dropdown from '@/components/Common/Dropdown.vue'
export default defineComponent({