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,14 +4,14 @@
|
||||
import React, { useState, useCallback, useEffect } from 'react';
|
||||
import type { Meta, StoryFn } from '@storybook/react';
|
||||
import { action } from '@storybook/addon-actions';
|
||||
import { sleep } from '../../util/sleep';
|
||||
import { sleep } from '../../util/sleep.js';
|
||||
import {
|
||||
InstallScreenBackupStep,
|
||||
InstallScreenBackupError,
|
||||
} from '../../types/InstallScreen';
|
||||
import { DialogType } from '../../types/Dialogs';
|
||||
import type { PropsType } from './InstallScreenBackupImportStep';
|
||||
import { InstallScreenBackupImportStep } from './InstallScreenBackupImportStep';
|
||||
} from '../../types/InstallScreen.js';
|
||||
import { DialogType } from '../../types/Dialogs.js';
|
||||
import type { PropsType } from './InstallScreenBackupImportStep.js';
|
||||
import { InstallScreenBackupImportStep } from './InstallScreenBackupImportStep.js';
|
||||
|
||||
const { i18n } = window.SignalContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user