We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984bd28 commit f5fb940Copy full SHA for f5fb940
src/components/ReactQrCode.tsx
@@ -9,7 +9,11 @@ import {
9
} from 'react'
10
import { QRCode } from '../qr/QRCode'
11
import { DataEncoder } from '../utils/dataEncoder'
12
-import { ReactQrCodeProps, QRCodeRef, ErrorCorrectionLevel } from '../types/types'
+import {
13
+ ReactQrCodeProps,
14
+ QRCodeRef,
15
+ ErrorCorrectionLevel,
16
+} from '../types/types'
17
import { QRCodeCanvas } from './QRCodeCanvas'
18
import { QRCodeSVG } from './QRCodeSVG'
19
import { downloadQRCode, copyQRCode } from '../utils/download'
0 commit comments