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

Commit

Permalink
Fix case error in Dapps import
Browse files Browse the repository at this point in the history
  • Loading branch information
ngotchac committed Oct 24, 2016
1 parent 8cf9934 commit bd040d4
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 bd040d4

Please sign in to comment.