Skip to content

Commit

Permalink
fix: AppHeader の story の作り方を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeliwo committed Dec 19, 2024
1 parent 2ca7f4b commit 8d7b290
Show file tree
Hide file tree
Showing 4 changed files with 394 additions and 367 deletions.
367 changes: 0 additions & 367 deletions packages/smarthr-ui/src/components/AppHeader/AppHeader.stories.tsx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import { Meta, StoryObj } from '@storybook/react/*'

import { AppHeader } from '../AppHeader'

import { args } from './args'

const meta = {
title: 'Navigation(ナビゲーション)/AppHeader',
component: AppHeader,
args,
} satisfies Meta<typeof AppHeader>

export default meta

type Story = StoryObj<typeof meta>

export const Default: Story = {}
Loading

0 comments on commit 8d7b290

Please sign in to comment.