Migrate ContactDetail to Storybook

This commit is contained in:
Chris Svenningsen 2020-08-21 09:17:45 -07:00 committed by Josh Perez
parent 702913b21a
commit 6494818f76
3 changed files with 233 additions and 249 deletions

View file

@ -18,7 +18,7 @@ import {
import { LocalizerType } from '../../types/Util';
interface Props {
export interface Props {
contact: ContactType;
hasSignalAccount: boolean;
i18n: LocalizerType;