Move top-level functions to Signal.Util
This commit is contained in:
parent
5ec8b1c6e1
commit
c46e1a1519
7 changed files with 12 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
import is from '@sindresorhus/is';
|
||||
|
||||
import * as GoogleChrome from '../GoogleChrome';
|
||||
import * as GoogleChrome from '../util/GoogleChrome';
|
||||
import { MIMEType } from './MIME';
|
||||
|
||||
export interface Attachment {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue