mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
ICU book workflow
This commit is contained in:
@@ -5,10 +5,8 @@ import * as React from 'react';
|
||||
import type { Meta } from '@storybook/react';
|
||||
import type { Props } from './ResetSessionNotification';
|
||||
import { ResetSessionNotification } from './ResetSessionNotification';
|
||||
import { setupI18n } from '../../util/setupI18n';
|
||||
import enMessages from '../../../_locales/en/messages.json';
|
||||
|
||||
const i18n = setupI18n('en', enMessages);
|
||||
const { i18n } = window.SignalContext;
|
||||
|
||||
export default {
|
||||
title: 'Components/Conversation/ResetSessionNotification',
|
||||
|
||||
Reference in New Issue
Block a user