Fix case error in Dapps import

This commit is contained in:
Nicolas Gotchac 2016-10-24 10:28:18 +02:00
parent 8cf9934cab
commit bd040d4cfd
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ import Checkbox from 'material-ui/Checkbox';
import { Modal, Button } from '../../../ui';
import styles from './addDapps.css';
import styles from './AddDapps.css';
export default class AddDapps extends Component {
static propTypes = {

View File

@ -14,4 +14,4 @@
// You should have received a copy of the GNU General Public License
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
export default from './addDapps';
export default from './AddDapps';