upgraded to react router v4

This commit is contained in:
Jori Lallo
2017-05-17 00:11:13 -07:00
parent f70e2326c0
commit b25298c8f1
23 changed files with 245 additions and 230 deletions

View File

@@ -3,7 +3,7 @@ import React from 'react';
import { observer } from 'mobx-react';
import moment from 'moment';
import Link from 'react-router/lib/Link';
import { Link } from 'react-router-dom';
import styles from './DocumentLink.scss';