fix(right-manage-settings-story): delete because of deposit

there is a problem with storybook when show deposit
This commit is contained in:
RadoslavDimchev 2024-02-26 22:34:44 +02:00 committed by Emil Ivanichkov
parent c5ac515424
commit 5bb93a9b84
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
import type { Meta, StoryObj } from '@storybook/react'
import RightManageSettings from './RightManageSettings'
const meta = {
title: 'ValidatorManagement/RightManageSettings',
component: RightManageSettings,
tags: ['autodocs'],
} satisfies Meta<typeof RightManageSettings>
export default meta
type Story = StoryObj<typeof meta>
export const Default: Story = {
args: {},
}