Migrate EmbeddedContact to Storybook

This commit is contained in:
Chris Svenningsen 2020-08-21 15:07:35 -07:00 committed by Josh Perez
parent 84fee07a72
commit 0e79f83a42
3 changed files with 173 additions and 677 deletions

View file

@ -10,7 +10,7 @@ import {
renderName,
} from './_contactUtil';
interface Props {
export interface Props {
contact: ContactType;
i18n: LocalizerType;
isIncoming: boolean;