merge #2837 from ng-import-case-fix

Fix case error in Dapps import
This commit is contained in:
Jannis Redmann 2016-10-24 13:13:39 +02:00 committed by GitHub
commit 9500f2b83d
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';