import React, { Component } from 'react' import { connect } from 'react-redux' import AnnotationForm from './components/annotation.form' import AnnotationIndex from './components/annotation.index' import './annotation.form.css' import './annotation.index.css' class Annotations extends Component { constructor(props){ super(props) } render() { return (