Optimized imports

This commit is contained in:
Menaka Jayawardena 2017-10-09 11:27:53 +05:30
parent a526ec14e9
commit a37cdbdbdd
4 changed files with 4 additions and 6 deletions

View File

@ -188,4 +188,4 @@ class General extends Component {
} }
export default General; export default General;

View File

@ -166,4 +166,4 @@ class Properties extends Component {
} }
export default Properties; export default Properties;

View File

@ -20,4 +20,4 @@ import Configure from './Configure';
import General from './General'; import General from './General';
import Properties from './Properties'; import Properties from './Properties';
export {Configure, General, Properties} export {Configure, General, Properties}

View File

@ -21,9 +21,7 @@ import {FormattedMessage} from "react-intl";
import Stepper from "../../UIComponents/StepprHeader/Stepper"; import Stepper from "../../UIComponents/StepprHeader/Stepper";
import PlatformMgtApi from "../../../api/platformMgtApi"; import PlatformMgtApi from "../../../api/platformMgtApi";
import AuthHandler from "../../../api/authHandler"; import AuthHandler from "../../../api/authHandler";
import General from "./CreateSteps/General"; import {General, Configure, Properties} from "./CreateSteps";
import Configure from "./CreateSteps/Configure";
import Properties from "./CreateSteps/Properties";
/** /**
* Platform view component. * Platform view component.