diff --git a/components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/src/main/resources/publisher/src/components/Platform/PlatformListing.jsx b/components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/src/main/resources/publisher/src/components/Platform/PlatformListing.jsx index e016f002ad..516768d03c 100644 --- a/components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/src/main/resources/publisher/src/components/Platform/PlatformListing.jsx +++ b/components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/src/main/resources/publisher/src/components/Platform/PlatformListing.jsx @@ -16,11 +16,11 @@ * under the License. */ import React, {Component} from 'react'; -import {Button, Col, Row} from "reactstrap"; +import {Button, Row} from "reactstrap"; import Platform from "./Platform"; import PlatformMgtApi from "../../api/platformMgtApi"; import AuthHandler from "../../api/authHandler"; -import PlatformCreate from "./PlatformCreate"; +import PlatformCreate from "./Create/PlatformCreate"; /** * Platform view component.