Skip to content

Commit 938bbf3

Browse files
committed
fix type imports
1 parent acb1171 commit 938bbf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vue-js/src/views/BarcodeScannerView.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ import * as toastr from "toastr";
1313
import "toastr/build/toastr.min.css";
1414
1515
import ScanbotSDK from "scanbot-web-sdk";
16-
import {
17-
type BarcodeFormat,
16+
import type {
17+
BarcodeFormat,
1818
BarcodeItem,
1919
BarcodeScannerResultWithSize,
20-
type BarcodeScannerViewConfiguration,
21-
type IBarcodeScannerHandle
20+
BarcodeScannerViewConfiguration,
21+
IBarcodeScannerHandle
2222
} from "scanbot-web-sdk/@types";
2323
import { onError } from "@/misc/onError";
2424

0 commit comments

Comments
 (0)