Import UI components directly
This commit is contained in:
@@ -19,7 +19,7 @@ import PropTypes from 'prop-types';
|
||||
import { FormattedMessage } from 'react-intl';
|
||||
import ReactMarkdown from 'react-markdown';
|
||||
|
||||
import { Checkbox } from '@parity/ui';
|
||||
import Checkbox from '@parity/ui/Form/Checkbox';
|
||||
|
||||
import styles from '../firstRun.css';
|
||||
|
||||
|
||||
@@ -23,7 +23,8 @@ import { bindActionCreators } from 'redux';
|
||||
|
||||
import { createIdentityImg } from '@parity/api/util/identity';
|
||||
import { newError } from '@parity/shared/redux/actions';
|
||||
import { Button, Portal } from '@parity/ui';
|
||||
import Button from '@parity/ui/Button';
|
||||
import Portal from '@parity/ui/Portal';
|
||||
import { CheckIcon, DoneIcon, NextIcon, PrintIcon, ReplayIcon } from '@parity/ui/Icons';
|
||||
|
||||
import ParityLogo from '@parity/shared/assets/images/parity-logo-black-no-text.svg';
|
||||
|
||||
Reference in New Issue
Block a user