mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 01:48:13 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
import React from 'react';
|
||||
import { action } from '@storybook/addon-actions';
|
||||
import type { Meta } from '@storybook/react';
|
||||
import { InstallScreenError } from '../../types/InstallScreen';
|
||||
import type { Props } from './InstallScreenErrorStep';
|
||||
import { InstallScreenErrorStep } from './InstallScreenErrorStep';
|
||||
import { InstallScreenError } from '../../types/InstallScreen.js';
|
||||
import type { Props } from './InstallScreenErrorStep.js';
|
||||
import { InstallScreenErrorStep } from './InstallScreenErrorStep.js';
|
||||
|
||||
const { i18n } = window.SignalContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user