mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Prefer import type when importing types
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ import { actions as search } from './ducks/search';
|
||||
import { actions as stickers } from './ducks/stickers';
|
||||
import { actions as updates } from './ducks/updates';
|
||||
import { actions as user } from './ducks/user';
|
||||
import { ReduxActions } from './types';
|
||||
import type { ReduxActions } from './types';
|
||||
|
||||
export const actionCreators: ReduxActions = {
|
||||
accounts,
|
||||
|
||||
Reference in New Issue
Block a user