Merge branch 'develop' into standardize-profile-placeholders

This commit is contained in:
Daniel Ternyak 2019-02-18 17:44:45 -06:00 committed by GitHub
commit 49a845c41b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import React from 'react';
import moment, { Moment } from 'moment';
import moment from 'moment';
import { view } from 'react-easy-state';
import { RouteComponentProps, withRouter } from 'react-router';
import { Link } from 'react-router-dom';