mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Optimized imports
This commit is contained in:
parent
a526ec14e9
commit
a37cdbdbdd
@ -188,4 +188,4 @@ class General extends Component {
|
||||
|
||||
}
|
||||
|
||||
export default General;
|
||||
export default General;
|
||||
|
||||
@ -166,4 +166,4 @@ class Properties extends Component {
|
||||
|
||||
}
|
||||
|
||||
export default Properties;
|
||||
export default Properties;
|
||||
|
||||
@ -20,4 +20,4 @@ import Configure from './Configure';
|
||||
import General from './General';
|
||||
import Properties from './Properties';
|
||||
|
||||
export {Configure, General, Properties}
|
||||
export {Configure, General, Properties}
|
||||
|
||||
@ -21,9 +21,7 @@ import {FormattedMessage} from "react-intl";
|
||||
import Stepper from "../../UIComponents/StepprHeader/Stepper";
|
||||
import PlatformMgtApi from "../../../api/platformMgtApi";
|
||||
import AuthHandler from "../../../api/authHandler";
|
||||
import General from "./CreateSteps/General";
|
||||
import Configure from "./CreateSteps/Configure";
|
||||
import Properties from "./CreateSteps/Properties";
|
||||
import {General, Configure, Properties} from "./CreateSteps";
|
||||
|
||||
/**
|
||||
* Platform view component.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user