mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Prefer import type when importing types
This commit is contained in:
@@ -6,7 +6,8 @@ import classNames from 'classnames';
|
||||
import { noop } from 'lodash';
|
||||
import { Manager, Reference, Popper } from 'react-popper';
|
||||
import type { StrictModifiers } from '@popperjs/core';
|
||||
import { Theme, themeClassName } from '../util/theme';
|
||||
import type { Theme } from '../util/theme';
|
||||
import { themeClassName } from '../util/theme';
|
||||
import { refMerger } from '../util/refMerger';
|
||||
import { offsetDistanceModifier } from '../util/popperUtil';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user