1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-29 02:18:06 +00:00

Add missing import

This commit is contained in:
Vladimir Volek 2018-08-10 16:03:28 +02:00
parent b7e5dba3d0
commit d8995cbb49

View File

@ -2,6 +2,7 @@
import React, { Component } from 'react';
import Select from 'react-select';
import { H2 } from '~/js/components/common/Heading';
import AdvancedForm from './AdvancedForm';
import PendingTransactions from './PendingTransactions';
import { FeeSelectValue, FeeSelectOption } from './FeeSelect';