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'
|
import DefaultPanel from './DefaultPanel'
|
||||||
|
|
||||||
const meta = {
|
const meta = {
|
||||||
title: 'ValidatorManagement/DefaultPanel',
|
title: 'ManageValidator/DefaultPanel',
|
||||||
component: DefaultPanel,
|
component: DefaultPanel,
|
||||||
tags: ['autodocs'],
|
tags: ['autodocs'],
|
||||||
} satisfies Meta<typeof DefaultPanel>
|
} satisfies Meta<typeof DefaultPanel>
|
||||||
|
|
|
@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react'
|
||||||
import ExitPanel from './ExitPanel'
|
import ExitPanel from './ExitPanel'
|
||||||
|
|
||||||
const meta = {
|
const meta = {
|
||||||
title: 'ValidatorManagement/ExitPanel',
|
title: 'ManageValidator/ExitPanel',
|
||||||
component: ExitPanel,
|
component: ExitPanel,
|
||||||
tags: ['autodocs'],
|
tags: ['autodocs'],
|
||||||
} satisfies Meta<typeof ExitPanel>
|
} satisfies Meta<typeof ExitPanel>
|
||||||
|
|
|
@ -4,7 +4,7 @@ import PanelWrapper from './PanelWrapper'
|
||||||
import MigratePanel from './MigratePanel'
|
import MigratePanel from './MigratePanel'
|
||||||
|
|
||||||
const meta = {
|
const meta = {
|
||||||
title: 'ValidatorManagement/PanelWrapper',
|
title: 'ManageValidator/PanelWrapper',
|
||||||
component: PanelWrapper,
|
component: PanelWrapper,
|
||||||
tags: ['autodocs'],
|
tags: ['autodocs'],
|
||||||
} satisfies Meta<typeof PanelWrapper>
|
} satisfies Meta<typeof PanelWrapper>
|
||||||
|
|
Loading…
Reference in New Issue