import React from 'react'; import { FormMeta, Button, Label, Input, Small, FormGroup } from 'joyent-ui-toolkit'; import { Row, Col } from 'react-styled-flexboxgrid'; import remcalc from 'remcalc'; import { Field } from 'redux-form'; const ButtonsRow = Row.extend`margin: ${remcalc(29)} 0 ${remcalc(60)} 0;`; export const Name = ({ handleSubmit, onCancel, dirty }) => (
Your services will be deployed to eu-east-1 data center.
); export default Name;