mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 17:38:10 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
|
||||
import React from 'react';
|
||||
|
||||
import type { ConversationType } from '../../state/ducks/conversations';
|
||||
import type { LocalizerType } from '../../types/Util';
|
||||
import { isAccessControlEnabled } from '../../groups/util';
|
||||
import type { ConversationType } from '../../state/ducks/conversations.js';
|
||||
import type { LocalizerType } from '../../types/Util.js';
|
||||
import { isAccessControlEnabled } from '../../groups/util.js';
|
||||
|
||||
import { ConfirmationDialog } from '../ConfirmationDialog';
|
||||
import { I18n } from '../I18n';
|
||||
import { ContactName } from './ContactName';
|
||||
import { ConfirmationDialog } from '../ConfirmationDialog.js';
|
||||
import { I18n } from '../I18n.js';
|
||||
import { ContactName } from './ContactName.js';
|
||||
|
||||
type PropsType = {
|
||||
group: ConversationType;
|
||||
|
||||
Reference in New Issue
Block a user