mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 05:38:12 +00:00
Prefer import type when importing types
This commit is contained in:
@@ -4,12 +4,10 @@
|
||||
import React from 'react';
|
||||
import { Provider } from 'react-redux';
|
||||
|
||||
import { Store } from 'redux';
|
||||
import type { Store } from 'redux';
|
||||
|
||||
import {
|
||||
SmartForwardMessageModal,
|
||||
SmartForwardMessageModalProps,
|
||||
} from '../smart/ForwardMessageModal';
|
||||
import type { SmartForwardMessageModalProps } from '../smart/ForwardMessageModal';
|
||||
import { SmartForwardMessageModal } from '../smart/ForwardMessageModal';
|
||||
|
||||
export const createForwardMessageModal = (
|
||||
store: Store,
|
||||
|
||||
Reference in New Issue
Block a user