0
0
Fork 0

refs #6898 fix warnings

This commit is contained in:
Carlos Satorres 2024-06-26 11:33:02 +02:00
parent 1f41f8e564
commit def8d4222b
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
import { computed, ref } from 'vue';
import { useI18n } from 'vue-i18n';
import VnTable from 'components/VnTable/VnTable.vue';
import RightMenu from 'src/components/common/RightMenu.vue';
import SupplierListFilter from './SupplierListFilter.vue';
const { t } = useI18n();
const tableRef = ref();