diff --git a/embark-ui/src/containers/ApplicationPreviewContainer.js b/embark-ui/src/containers/ApplicationPreviewContainer.js index 7754a602..d388981e 100644 --- a/embark-ui/src/containers/ApplicationPreviewContainer.js +++ b/embark-ui/src/containers/ApplicationPreviewContainer.js @@ -1,27 +1,35 @@ import PropTypes from 'prop-types'; import React from 'react'; +import {Form, Button} from 'tabler-react'; class ApplicationPreviewContainer extends React.Component { constructor(props) { super(props); this.state = { - // TODO(andremedeiros): Figure out how to pull this from the actual host. previewUrl: this.props.previewHomepage }; } render() { return ( -