mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 00:18:45 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import { without } from 'lodash';
|
||||
|
||||
import { StorageInterface } from '../../types/Storage.d';
|
||||
import type { StorageInterface } from '../../types/Storage.d';
|
||||
import * as log from '../../logging/log';
|
||||
|
||||
const BLOCKED_NUMBERS_ID = 'blocked';
|
||||
|
||||
Reference in New Issue
Block a user