fix(default-panel-story): name and import
This commit is contained in:
parent
6be7c1cf17
commit
836b7e7ed2
|
@ -1,12 +1,12 @@
|
||||||
import type { Meta, StoryObj } from '@storybook/react'
|
import type { Meta, StoryObj } from '@storybook/react'
|
||||||
|
|
||||||
import RightManageSettings from './RightManageSettings'
|
import DefaultPanel from './DefaultPanel'
|
||||||
|
|
||||||
const meta = {
|
const meta = {
|
||||||
title: 'ValidatorManagement/RightManageSettings',
|
title: 'ValidatorManagement/DefaultPanel',
|
||||||
component: RightManageSettings,
|
component: DefaultPanel,
|
||||||
tags: ['autodocs'],
|
tags: ['autodocs'],
|
||||||
} satisfies Meta<typeof RightManageSettings>
|
} satisfies Meta<typeof DefaultPanel>
|
||||||
|
|
||||||
export default meta
|
export default meta
|
||||||
type Story = StoryObj<typeof meta>
|
type Story = StoryObj<typeof meta>
|
||||||
|
|
Loading…
Reference in New Issue