Migrate ResetSessionNotification to Storybook

This commit is contained in:
Chris Svenningsen 2020-08-25 13:10:37 -07:00 committed by Josh Perez
parent 58db34c5e8
commit 812b1c5b21
3 changed files with 21 additions and 8 deletions

View file

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