import React from 'react'; import PropTypes from 'prop-types'; import { createContainer } from 'meteor/react-meteor-data'; import { Meteor } from 'meteor/meteor'; import Documents from '../../../api/Documents/Documents'; import DocumentEditor from '../../components/DocumentEditor/DocumentEditor'; import NotFound from '../NotFound/NotFound'; const EditDocument = ({ doc, history }) => (doc ? (