Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayitzme committed Aug 31, 2023
1 parent 6868481 commit b6b861f
Show file tree
Hide file tree
Showing 4 changed files with 249 additions and 211 deletions.
1 change: 0 additions & 1 deletion src/components/POS/SelectedItemTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ import { defineComponent } from 'vue';
import { Field } from 'schemas/types';
import { SalesInvoice } from 'models/baseModels/SalesInvoice/SalesInvoice';
import { SalesInvoiceItem } from 'models/baseModels/SalesInvoiceItem/SalesInvoiceItem';
import { log } from 'console';
export default defineComponent({
name: 'SelectedItemTable',
Expand Down
Loading

0 comments on commit b6b861f

Please sign in to comment.