mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 01:48:13 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import { connect } from 'react-redux';
|
||||
import { mapDispatchToProps } from '../actions';
|
||||
import { ShortcutGuideModal } from '../../components/ShortcutGuideModal';
|
||||
import { StateType } from '../reducer';
|
||||
import type { StateType } from '../reducer';
|
||||
|
||||
import { countStickers } from '../../components/stickers/lib';
|
||||
import { getIntl, getPlatform } from '../selectors/user';
|
||||
|
||||
Reference in New Issue
Block a user