mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 20:03:25 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import React, { useMemo, useState } from 'react';
|
||||
|
||||
import { LocalizerType } from '../../../types/Util';
|
||||
import type { LocalizerType } from '../../../types/Util';
|
||||
import { getMuteOptions } from '../../../util/getMuteOptions';
|
||||
import { parseIntOrThrow } from '../../../util/parseIntOrThrow';
|
||||
import { Checkbox } from '../../Checkbox';
|
||||
|
||||
Reference in New Issue
Block a user