// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved. // See License.txt for license information. export default class Jobs extends React.Component { constructor(props) { super(props); this.state = { }; } render() { return (

{' ************** JOB Settings'}

{'This is some sample help text for the Bypass Email field'}

{' This is some error text for the Bypass Email field'}

{'This is some sample help text for the SMTP username field'}

{'This is some sample help text for the Apple push server field'}

); } }