mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
import React, { forwardRef } from 'react';
|
||||
|
||||
import { Input } from './Input';
|
||||
import type { LocalizerType } from '../types/Util';
|
||||
import { Input } from './Input.js';
|
||||
import type { LocalizerType } from '../types/Util.js';
|
||||
|
||||
export type PropsType = {
|
||||
disabled?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user