Prefer import type
when importing types
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { ConversationType } from '../state/ducks/conversations';
|
||||
import type { ConversationType } from '../state/ducks/conversations';
|
||||
|
||||
export const shouldBlurAvatar = ({
|
||||
acceptedMessageRequest,
|
||||
|
Reference in New Issue
Block a user