improves comment display #2640

Merged
jessopb merged 2 commits from commentsChanges into master 2019-07-21 22:46:47 +02:00
Showing only changes of commit 050006ec73 - Show all commits

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,