mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
Fixed import paths
This commit is contained in:
parent
27ce8935df
commit
c2d24d5ffc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import React from 'react';
|
|||
import {connect} from 'react-redux';
|
||||
import {bindActionCreators} from 'redux';
|
||||
|
||||
import AddressInput from '../../components/AddressInput';
|
||||
import AddressInput from '../../components/Addressinput';
|
||||
import * as BrowserActions from '../../actions/browser';
|
||||
|
||||
const AddressBar = function(props) {
|
||||
|
|
Loading…
Reference in a new issue