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