import React from 'react'; import { LocalizerType } from '../../types/Util'; export interface Props { i18n: LocalizerType; } export const ResetSessionNotification = ({ i18n }: Props): JSX.Element => (