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:
@@ -3,8 +3,8 @@
|
||||
|
||||
import React from 'react';
|
||||
import type { Meta } from '@storybook/react';
|
||||
import type { Props } from './InstallScreenLinkInProgressStep';
|
||||
import { InstallScreenLinkInProgressStep } from './InstallScreenLinkInProgressStep';
|
||||
import type { Props } from './InstallScreenLinkInProgressStep.js';
|
||||
import { InstallScreenLinkInProgressStep } from './InstallScreenLinkInProgressStep.js';
|
||||
|
||||
const { i18n } = window.SignalContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user