mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing build failure
This commit is contained in:
parent
28d44fec31
commit
0264c6c533
@ -28,7 +28,6 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>org.wso2.carbon.device.application.mgt.publisher.ui</artifactId>
|
<artifactId>org.wso2.carbon.device.application.mgt.publisher.ui</artifactId>
|
||||||
<version>3.0.46-SNAPSHOT</version>
|
<version>3.0.46-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
|
||||||
<name>WSO2 Carbon - Application Management Publisher UI</name>
|
<name>WSO2 Carbon - Application Management Publisher UI</name>
|
||||||
<description>WSO2 Carbon - Application Management Publisher UI React Application</description>
|
<description>WSO2 Carbon - Application Management Publisher UI React Application</description>
|
||||||
<url>http://wso2.org</url>
|
<url>http://wso2.org</url>
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import './App.scss';
|
import './App.css';
|
||||||
import Theme from './theme';
|
import Theme from './theme';
|
||||||
import React, {Component} from 'react';
|
import React, {Component} from 'react';
|
||||||
import AuthHandler from './api/authHandler';
|
import AuthHandler from './api/authHandler';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user