Refactored platform listing imports.

feature/appm-store/pbac
Menaka Jayawardena 7 years ago
parent 543dd455b0
commit 20b58330db

@ -16,11 +16,11 @@
* under the License. * under the License.
*/ */
import React, {Component} from 'react'; import React, {Component} from 'react';
import {Button, Col, Row} from "reactstrap"; import {Button, Row} from "reactstrap";
import Platform from "./Platform"; import Platform from "./Platform";
import PlatformMgtApi from "../../api/platformMgtApi"; import PlatformMgtApi from "../../api/platformMgtApi";
import AuthHandler from "../../api/authHandler"; import AuthHandler from "../../api/authHandler";
import PlatformCreate from "./PlatformCreate"; import PlatformCreate from "./Create/PlatformCreate";
/** /**
* Platform view component. * Platform view component.

Loading…
Cancel
Save