mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Port MIME module to TypeScript
This commit is contained in:
@@ -20,8 +20,7 @@ export { BackboneWrapper } from '../components/utility/BackboneWrapper';
|
||||
import { Quote } from '../components/conversation/Quote';
|
||||
import * as HTML from '../html';
|
||||
|
||||
// @ts-ignore
|
||||
import MIME from '../../js/modules/types/mime';
|
||||
import * as MIME from '../../ts/types/MIME';
|
||||
|
||||
// TypeScript wants two things when you import:
|
||||
// 1) a normal typescript file
|
||||
|
||||
Reference in New Issue
Block a user