feat: create story for nodes logo
This commit is contained in:
parent
82ccc8f802
commit
2e5c17dcf5
|
@ -0,0 +1,14 @@
|
|||
import type { Meta, StoryObj } from '@storybook/react'
|
||||
|
||||
import NodesLogo from './NodesLogo'
|
||||
|
||||
const meta = {
|
||||
title: 'General/NodesLogo',
|
||||
component: NodesLogo,
|
||||
tags: ['autodocs'],
|
||||
} satisfies Meta<typeof NodesLogo>
|
||||
|
||||
export default meta
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const ExampleNodesLogo: Story = {}
|
Loading…
Reference in New Issue