Import UI components directly

This commit is contained in:
Jaco Greeff
2017-08-02 17:34:16 +02:00
parent 696089c479
commit f94f69c05c
15 changed files with 36 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import { FormattedMessage } from 'react-intl';
import { Button } from '@parity/ui';
import Button from '@parity/ui/Button';
import DappsStore from '@parity/shared/mobx/dappsStore';