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