mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -11,11 +11,11 @@ import React, {
|
||||
} from 'react';
|
||||
import classNames from 'classnames';
|
||||
|
||||
import * as grapheme from '../util/grapheme';
|
||||
import type { LocalizerType } from '../types/Util';
|
||||
import { getClassNamesFor } from '../util/getClassNamesFor';
|
||||
import { useRefMerger } from '../hooks/useRefMerger';
|
||||
import { byteLength } from '../Bytes';
|
||||
import * as grapheme from '../util/grapheme.js';
|
||||
import type { LocalizerType } from '../types/Util.js';
|
||||
import { getClassNamesFor } from '../util/getClassNamesFor.js';
|
||||
import { useRefMerger } from '../hooks/useRefMerger.js';
|
||||
import { byteLength } from '../Bytes.js';
|
||||
|
||||
export type PropsType = {
|
||||
autoFocus?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user