mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -5,8 +5,8 @@ import * as React from 'react';
|
||||
import { action } from '@storybook/addon-actions';
|
||||
|
||||
import type { Meta } from '@storybook/react';
|
||||
import type { PropsType } from './DebugLogErrorModal.dom.js';
|
||||
import { DebugLogErrorModal } from './DebugLogErrorModal.dom.js';
|
||||
import type { PropsType } from './DebugLogErrorModal.dom.tsx';
|
||||
import { DebugLogErrorModal } from './DebugLogErrorModal.dom.tsx';
|
||||
|
||||
const { i18n } = window.SignalContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user