diff --git a/src/pages/InvoiceOut/Card/InvoiceOutCard.vue b/src/pages/InvoiceOut/Card/InvoiceOutCard.vue index f5e8e86b8..e20b1345a 100644 --- a/src/pages/InvoiceOut/Card/InvoiceOutCard.vue +++ b/src/pages/InvoiceOut/Card/InvoiceOutCard.vue @@ -4,7 +4,6 @@ import { useStateStore } from 'stores/useStateStore'; import InvoiceOutDescriptor from './InvoiceOutDescriptor.vue'; import LeftMenu from 'components/LeftMenu.vue'; import VnSearchbar from 'components/ui/VnSearchbar.vue'; -import VnSubToolBar from 'src/components/ui/VnSubToolBar.vue'; const stateStore = useStateStore(); const { t } = useI18n(); @@ -28,6 +27,7 @@ const { t } = useI18n(); +