mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 01:23:33 +00:00
feat(right-manage-settings): create story
This commit is contained in:
parent
21e2ea8c76
commit
1af52109e8
@ -0,0 +1,16 @@
|
||||
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…
x
Reference in New Issue
Block a user