Skip to content

Commit b85a0ef

Browse files
committed
Update app.component.ts
1 parent 2d00430 commit b85a0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

barcode-scanner-api-samples/scan-single-barcode/angular/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Component, ElementRef, ViewChild } from '@angular/core';
2-
import { BarcodeScanner, BarcodeScannerConfig, CameraEnhancer, CameraView, CaptureVisionRouter } from 'dynamsoft-barcode-reader-bundle';
2+
import { BarcodeScanner, BarcodeScannerConfig } from 'dynamsoft-barcode-reader-bundle';
33

44
@Component({
55
selector: 'app-root',

0 commit comments

Comments
 (0)