Add missing import

pull/3/head
Vladimir Volek 6 years ago
parent b7e5dba3d0
commit d8995cbb49

@ -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';

Loading…
Cancel
Save