mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
// Copyright 2026 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
import React, { useCallback, useId, useState } from 'react';
|
||||
import type { LocalizerType } from '../types/I18N.std.js';
|
||||
import { AxoButton } from '../axo/AxoButton.dom.js';
|
||||
import { AxoDialog } from '../axo/AxoDialog.dom.js';
|
||||
import { tw } from '../axo/tw.dom.js';
|
||||
import { AxoCheckbox } from '../axo/AxoCheckbox.dom.js';
|
||||
import { I18n } from './I18n.dom.js';
|
||||
import type { LocalizerType } from '../types/I18N.std.ts';
|
||||
import { AxoButton } from '../axo/AxoButton.dom.tsx';
|
||||
import { AxoDialog } from '../axo/AxoDialog.dom.tsx';
|
||||
import { tw } from '../axo/tw.dom.tsx';
|
||||
import { AxoCheckbox } from '../axo/AxoCheckbox.dom.tsx';
|
||||
import { I18n } from './I18n.dom.tsx';
|
||||
|
||||
export type KeyTransparencyErrorDialogProps = Readonly<{
|
||||
i18n: LocalizerType;
|
||||
|
||||
Reference in New Issue
Block a user