mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -9,8 +9,8 @@ import type {
|
||||
} from 'react';
|
||||
import React, { forwardRef } from 'react';
|
||||
import classNames from 'classnames';
|
||||
import type { LocalizerType } from '../types/Util';
|
||||
import { getClassNamesFor } from '../util/getClassNamesFor';
|
||||
import type { LocalizerType } from '../types/Util.js';
|
||||
import { getClassNamesFor } from '../util/getClassNamesFor.js';
|
||||
|
||||
export type PropTypes = Readonly<{
|
||||
children?: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user