Migrate TimerNotification to storybook

This commit is contained in:
Sidney Keese 2020-08-25 17:41:43 -07:00 committed by Josh Perez
parent 252c101e06
commit fba8f7bf1e
3 changed files with 91 additions and 68 deletions

View file

@ -19,7 +19,7 @@ type PropsHousekeeping = {
i18n: LocalizerType;
};
type Props = PropsData & PropsHousekeeping;
export type Props = PropsData & PropsHousekeeping;
export class TimerNotification extends React.Component<Props> {
public renderContents() {