Migrate TimerNotification to storybook
This commit is contained in:
parent
252c101e06
commit
fba8f7bf1e
3 changed files with 91 additions and 68 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue