Skip to content

Commit

Permalink
fix(ui): make qrcode work with rollup/vite
Browse files Browse the repository at this point in the history
  • Loading branch information
souljorje authored May 12, 2022
1 parent f1d4003 commit 4f99fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-ui/src/utils/qr.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as qrcode from 'qrcode-generator'
import qrcode from 'qrcode-generator'
import { Logger } from '@airgap/beacon-core'

const logger = new Logger('QR')
Expand Down

0 comments on commit 4f99fcd

Please sign in to comment.