Skip to content

Commit

Permalink
fix: update qrcode import path (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miaonster authored Dec 17, 2019
1 parent ab242fe commit 704c12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Taro, { Component } from '@tarojs/taro'
import { View } from '@tarojs/components'
import Barcode from '../../components/Barcode'
import QRCode from '../../components/QRCode'
import QRCode from '../../components/Qrcode'
import './index.css'

export default class Index extends Component {
Expand Down

0 comments on commit 704c12a

Please sign in to comment.