Migrate LastSeenIndicator to Storybook

This commit is contained in:
Chris Svenningsen 2020-08-24 06:57:00 -07:00 committed by Josh Perez
parent 15e817c3e2
commit 58db34c5e8
3 changed files with 33 additions and 16 deletions

View file

@ -2,7 +2,7 @@ import React from 'react';
import { LocalizerType } from '../../types/Util';
type Props = {
export type Props = {
count: number;
i18n: LocalizerType;
};