refactor: clean code

This commit is contained in:
Thanaphon Frappet 2024-10-08 13:44:11 +07:00
parent 24ace7d7ef
commit 13b8b480c6

View file

@ -1,6 +1,6 @@
<script setup lang="ts">
import { QTableProps } from 'quasar';
import { ref, toRaw, onMounted } from 'vue';
import { ref, toRaw } from 'vue';
import { dialog } from 'stores/utils';
import { useI18n } from 'vue-i18n';
import TableComponents from 'src/components/TableComponents.vue';