refactor: use alias
This commit is contained in:
parent
f9494dc845
commit
be7a036b8d
31 changed files with 77 additions and 77 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<script setup lang="ts">
|
||||
import { useI18n } from 'vue-i18n';
|
||||
import { moveItemUp, moveItemDown, deleteItem, dialog } from 'src/stores/utils';
|
||||
import { moveItemUp, moveItemDown, deleteItem, dialog } from 'stores/utils';
|
||||
|
||||
import NoData from 'components/NoData.vue';
|
||||
import WorkManagementComponent from './WorkManagementComponent.vue';
|
||||
|
||||
import { WorkItems } from 'src/stores/product-service/types';
|
||||
import { WorkItems } from 'stores/product-service/types';
|
||||
|
||||
const { t } = useI18n();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue