fix(deposit-panel-wrapper-story): delete

This commit is contained in:
RadoslavDimchev 2024-02-22 23:03:44 +02:00 committed by Emil Ivanichkov
parent 78da4769de
commit d916ffd348
1 changed files with 0 additions and 16 deletions

View File

@ -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: {},
}