mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Prefer import type when importing types
This commit is contained in:
@@ -8,7 +8,8 @@ import normalizePath from 'normalize-path';
|
||||
import pMap from 'p-map';
|
||||
import FastGlob from 'fast-glob';
|
||||
|
||||
import { ExceptionType, REASONS, RuleType } from './types';
|
||||
import type { ExceptionType, RuleType } from './types';
|
||||
import { REASONS } from './types';
|
||||
import { ENCODING, loadJSON, sortExceptions } from './util';
|
||||
|
||||
const ALL_REASONS = REASONS.join('|');
|
||||
|
||||
Reference in New Issue
Block a user