Merge documents

This commit is contained in:
Tom Moor
2017-06-27 22:15:29 -07:00
16 changed files with 156 additions and 128 deletions

View File

@ -1,7 +1,7 @@
// @flow
import React, { Component } from 'react';
import { Link } from 'react-router-dom';
import type { Document } from 'types';
import Document from 'models/Document';
import styled from 'styled-components';
import { color } from 'styles/constants';
import PublishingInfo from 'components/PublishingInfo';