update import

This commit is contained in:
Sean Yesmunt 2019-07-21 16:46:30 -04:00 committed by GitHub
parent 062899c483
commit 050006ec73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
// @flow
import React from 'react';
import relativeDate from 'tiny-relative-date';
import Button from '../button';
import Button from 'component/button';
type Props = {
author: string,