'use strict'; import React from 'react'; import Form from '../ascribe_forms/form'; import Property from '../ascribe_forms/property'; let HistoryIterator = React.createClass({ propTypes: { history: React.PropTypes.array }, render() { return (
); } }); export default HistoryIterator;