Skip to content

Commit cca51b7

Browse files
committed
imports
1 parent f0b17fb commit cca51b7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/ui/src/zama/ConfidentialFungibleControls.svelte

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
import HelpTooltip from '../common/HelpTooltip.svelte';
33
44
import type { KindedOptions, OptionsErrorMessages } from '@openzeppelin/wizard-zama';
5-
import { confidentialFungible, premintPattern, chainIdPattern, infoDefaults } from '@openzeppelin/wizard-zama';
5+
import { confidentialFungible, premintPattern, infoDefaults } from '@openzeppelin/wizard-zama';
66
77
import InfoSection from './InfoSection.svelte';
88
import ExpandableToggleRadio from '../common/ExpandableToggleRadio.svelte';
9-
import OPIcon from '../common/icons/OPIcon.svelte';
109
import { error } from '../common/error-tooltip';
11-
import { resizeToFit } from '../common/resize-to-fit';
12-
import { superchainTooltipProps } from './superchain-tooltip';
1310
1411
export let opts: Required<KindedOptions['ConfidentialFungible']> = {
1512
kind: 'ConfidentialFungible',

0 commit comments

Comments
 (0)