fix(right-manage-settings-story): delete because of deposit
there is a problem with storybook when show deposit
This commit is contained in:
parent
c5ac515424
commit
5bb93a9b84
|
@ -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: {},
|
||||
}
|
Loading…
Reference in New Issue