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