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,12 +3,12 @@
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
import { Modal } from '../Modal';
|
||||
import { Modal } from '../Modal.js';
|
||||
|
||||
import { useRestoreFocus } from '../../hooks/useRestoreFocus';
|
||||
import { useRestoreFocus } from '../../hooks/useRestoreFocus.js';
|
||||
|
||||
import type { LocalizerType } from '../../types/Util';
|
||||
import { Button, ButtonSize, ButtonVariant } from '../Button';
|
||||
import type { LocalizerType } from '../../types/Util.js';
|
||||
import { Button, ButtonSize, ButtonVariant } from '../Button.js';
|
||||
|
||||
export type PropsType = {
|
||||
i18n: LocalizerType;
|
||||
|
||||
Reference in New Issue
Block a user