mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
Prefer import type when importing types
This commit is contained in:
@@ -9,7 +9,7 @@ import { noopAction } from '../../../state/ducks/noop';
|
||||
import { reducer as rootReducer } from '../../../state/reducer';
|
||||
|
||||
import { IMAGE_JPEG } from '../../../types/MIME';
|
||||
import { AttachmentType } from '../../../types/Attachment';
|
||||
import type { AttachmentType } from '../../../types/Attachment';
|
||||
import { fakeAttachment } from '../../helpers/fakeAttachment';
|
||||
|
||||
describe('both/state/ducks/composer', () => {
|
||||
|
||||
Reference in New Issue
Block a user