mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 16:08:34 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -6,7 +6,8 @@ import * as React from 'react';
|
||||
import { action } from '@storybook/addon-actions';
|
||||
import { storiesOf } from '@storybook/react';
|
||||
|
||||
import { Props, ReactionViewer } from './ReactionViewer';
|
||||
import type { Props } from './ReactionViewer';
|
||||
import { ReactionViewer } from './ReactionViewer';
|
||||
import { setupI18n } from '../../util/setupI18n';
|
||||
import enMessages from '../../../_locales/en/messages.json';
|
||||
import { getDefaultConversation } from '../../test-both/helpers/getDefaultConversation';
|
||||
|
||||
Reference in New Issue
Block a user