Merge pull request #973 from Megala21/appm_new

Fixing build failure
This commit is contained in:
Megala Uthayakumar 2017-09-20 11:20:17 +05:30 committed by GitHub
commit 7569773d60
3 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.device.application.mgt.publisher.ui</artifactId>
<version>3.0.46-SNAPSHOT</version>
<packaging>pom</packaging>
<name>WSO2 Carbon - Application Management Publisher UI</name>
<description>WSO2 Carbon - Application Management Publisher UI React Application</description>
<url>http://wso2.org</url>

View File

@ -16,7 +16,7 @@
* under the License.
*/
import './App.scss';
import './App.css';
import Theme from './theme';
import React, {Component} from 'react';
import AuthHandler from './api/authHandler';