remove unused import

This commit is contained in:
Daniel Ternyak 2019-02-18 11:03:16 -06:00
parent 9e835e977b
commit f3640f27ce
No known key found for this signature in database
GPG Key ID: DF212D2DC5D0E245
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';