mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-03 06:41:19 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -7,7 +7,7 @@ import moment from 'moment';
|
||||
|
||||
import { formatRelativeTime } from '../../util/formatRelativeTime';
|
||||
|
||||
import { LocalizerType } from '../../types/Util';
|
||||
import type { LocalizerType } from '../../types/Util';
|
||||
|
||||
export type Props = {
|
||||
timestamp?: number;
|
||||
|
||||
Reference in New Issue
Block a user