fix(manage-validator-stories): move from management section
This commit is contained in:
parent
19f7266598
commit
5f990b755e
|
@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react'
|
|||
import DefaultPanel from './DefaultPanel'
|
||||
|
||||
const meta = {
|
||||
title: 'ValidatorManagement/DefaultPanel',
|
||||
title: 'ManageValidator/DefaultPanel',
|
||||
component: DefaultPanel,
|
||||
tags: ['autodocs'],
|
||||
} satisfies Meta<typeof DefaultPanel>
|
||||
|
|
|
@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react'
|
|||
import ExitPanel from './ExitPanel'
|
||||
|
||||
const meta = {
|
||||
title: 'ValidatorManagement/ExitPanel',
|
||||
title: 'ManageValidator/ExitPanel',
|
||||
component: ExitPanel,
|
||||
tags: ['autodocs'],
|
||||
} satisfies Meta<typeof ExitPanel>
|
||||
|
|
|
@ -4,7 +4,7 @@ import PanelWrapper from './PanelWrapper'
|
|||
import MigratePanel from './MigratePanel'
|
||||
|
||||
const meta = {
|
||||
title: 'ValidatorManagement/PanelWrapper',
|
||||
title: 'ManageValidator/PanelWrapper',
|
||||
component: PanelWrapper,
|
||||
tags: ['autodocs'],
|
||||
} satisfies Meta<typeof PanelWrapper>
|
||||
|
|
Loading…
Reference in New Issue