mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Refactored platform listing imports.
This commit is contained in:
parent
543dd455b0
commit
20b58330db
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user