Added further types and moved types

This commit is contained in:
Jori Lallo
2017-05-03 22:49:50 -07:00
parent 791bf0a32e
commit fe7b69a4a5
7 changed files with 40 additions and 25 deletions

View File

@ -1,6 +1,6 @@
// @flow
import React from 'react';
import type { Document } from '../../../types';
import type { Document } from 'types';
import DocumentPreview from 'components/DocumentPreview';
import Divider from 'components/Divider';