From 20b58330dba42e48fc633ddcee901d6aa5cdce95 Mon Sep 17 00:00:00 2001 From: Menaka Jayawardena Date: Sun, 8 Oct 2017 14:44:43 +0530 Subject: [PATCH] Refactored platform listing imports. --- .../publisher/src/components/Platform/PlatformListing.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.