Skip to content

Commit f5fb940

Browse files
committed
chore: update
1 parent 984bd28 commit f5fb940

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/ReactQrCode.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ import {
99
} from 'react'
1010
import { QRCode } from '../qr/QRCode'
1111
import { DataEncoder } from '../utils/dataEncoder'
12-
import { ReactQrCodeProps, QRCodeRef, ErrorCorrectionLevel } from '../types/types'
12+
import {
13+
ReactQrCodeProps,
14+
QRCodeRef,
15+
ErrorCorrectionLevel,
16+
} from '../types/types'
1317
import { QRCodeCanvas } from './QRCodeCanvas'
1418
import { QRCodeSVG } from './QRCodeSVG'
1519
import { downloadQRCode, copyQRCode } from '../utils/download'

0 commit comments

Comments
 (0)