Fixed more incorrect paths.

This commit is contained in:
2018-10-22 17:46:06 +11:00
parent 1f5a3fc563
commit 2ace724749
7 changed files with 48 additions and 48 deletions

View File

@ -24,7 +24,7 @@
import React from 'react';
import { connect } from 'react-redux';
import Frame from './Frame';
import Language from './../language/Language';
import Language from './../../language/Language';
class AddressBar extends React.Component {
constructor(props) {