Commit 1621a2a1 authored by Hanwen Cheng's avatar Hanwen Cheng
Browse files

chore: import order

parent c692aa20
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment