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 RightManageSettings from './RightManageSettings'
|
||||
import DefaultPanel from './DefaultPanel'
|
||||
|
||||
const meta = {
|
||||
title: 'ValidatorManagement/RightManageSettings',
|
||||
component: RightManageSettings,
|
||||
title: 'ValidatorManagement/DefaultPanel',
|
||||
component: DefaultPanel,
|
||||
tags: ['autodocs'],
|
||||
} satisfies Meta<typeof RightManageSettings>
|
||||
} satisfies Meta<typeof DefaultPanel>
|
||||
|
||||
export default meta
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
|
Loading…
Reference in New Issue