Skip to content

Commit

Permalink
fix: TopHeader 스토리북에 appLayoutMeta 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyugeon committed Aug 18, 2024
1 parent 27e113b commit 0c952bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/stories/common/TopHeader.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
import { Meta, StoryObj } from '@storybook/react';

import { IconHamburger } from '@public/icons';
import TopHeader from '@/components/common/TopHeader';

import { appLayoutMeta } from '@/stories/meta';

const meta: Meta<typeof TopHeader> = {
title: 'Common/TopHeader',
component: TopHeader,
tags: ['autodocs'],
...appLayoutMeta,
};

export default meta;
Expand Down

0 comments on commit 0c952bf

Please sign in to comment.