New: Hero Page und Navigation
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
import type { Meta, StoryObj } from '@storybook/react'
|
||||
|
||||
import NavigationLayout from './NavigationLayout'
|
||||
|
||||
const meta: Meta<typeof NavigationLayout> = {
|
||||
component: NavigationLayout,
|
||||
}
|
||||
|
||||
export default meta
|
||||
|
||||
type Story = StoryObj<typeof NavigationLayout>
|
||||
|
||||
export const Primary: Story = {}
|
||||
Reference in New Issue
Block a user