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…
Reference in New Issue