mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-09-15 07:43:29 +02:00
refactor: components struture
This commit is contained in:
16
packages/ui/src/Home/About/About.stories.tsx
Normal file
16
packages/ui/src/Home/About/About.stories.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
import type { Meta, StoryObj } from "@storybook/react"
|
||||
|
||||
import { About as AboutComponent } from "./About"
|
||||
|
||||
const meta = {
|
||||
title: "Home/About",
|
||||
component: AboutComponent,
|
||||
} satisfies Meta<typeof AboutComponent>
|
||||
|
||||
export default meta
|
||||
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const About: Story = {
|
||||
args: {},
|
||||
}
|
Reference in New Issue
Block a user