Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
merge #2837 from ng-import-case-fix
Browse files Browse the repository at this point in the history
Fix case error in Dapps import
  • Loading branch information
derhuerst authored Oct 24, 2016
2 parents a3d9285 + bd040d4 commit 9500f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/src/views/Dapps/AddDapps/AddDapps.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion js/src/views/Dapps/AddDapps/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit 9500f2b

Please sign in to comment.