mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +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 { UniversalTimerNotification } from '../../components/conversation/UniversalTimerNotification';
|
||||
import { StateType } from '../reducer';
|
||||
import type { StateType } from '../reducer';
|
||||
import { getIntl } from '../selectors/user';
|
||||
import { getUniversalExpireTimer } from '../selectors/items';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user