Skip to content

Commit

Permalink
chore: import order
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwencheng committed Sep 3, 2019
1 parent c692aa2 commit 1621a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/QrView.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
import { isHex } from '@polkadot/util';
import PropTypes from 'prop-types';
import React, { useEffect, useState } from 'react';
import { Dimensions, Image, StyleSheet, View } from 'react-native';
import { qrCode, qrHex } from '../util/native';
import { Dimensions, StyleSheet, Image, View } from 'react-native';
import { qrCode } from '../util/native';

QrView.propTypes = {
data: PropTypes.string.isRequired
Expand Down

0 comments on commit 1621a2a

Please sign in to comment.