import React from 'react'; import { FormGroup, FormMeta, Input, Button } from 'joyent-ui-toolkit'; import { Field } from 'redux-form'; import { Row, Col } from 'react-styled-flexboxgrid'; import { Dots2 } from 'styled-text-spinners'; import Bundle from 'react-bundle'; const Editor = ManifestEditor => ({ input }) => ; export const Name = ({ handleSubmit, onCancel, dirty }) =>
; export const Manifest = ({ handleSubmit, onCancel, dirty, mode }) =>
import('joyent-manifest-editor')}> {ManifestEditor => ManifestEditor ? : }
; export const Review = ({ handleSubmit, onCancel, dirty, ...state }) =>
{state.deploymentGroupName}
{state.manifest}
;