mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-18 06:16:38 +00:00
fix(deposit-panel-wrapper-story): delete
This commit is contained in:
parent
78da4769de
commit
d916ffd348
@ -1,16 +0,0 @@
|
|||||||
import type { Meta, StoryObj } from '@storybook/react'
|
|
||||||
|
|
||||||
import DepositPanel from './DepositPanel'
|
|
||||||
|
|
||||||
const meta = {
|
|
||||||
title: 'ValidatorManagement/DepositPanel',
|
|
||||||
component: DepositPanel,
|
|
||||||
tags: ['autodocs'],
|
|
||||||
} satisfies Meta<typeof DepositPanel>
|
|
||||||
|
|
||||||
export default meta
|
|
||||||
type Story = StoryObj<typeof meta>
|
|
||||||
|
|
||||||
export const Default: Story = {
|
|
||||||
args: {},
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user