Skip to content

Commit

Permalink
chore: navigation 컴포넌트 story 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kikiyeom committed Jul 1, 2023
1 parent 73a4313 commit e1ae76a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/common/Navigation/Navigation.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Navigation, {
} from './Navigation.component';
import { colors } from '@/styles';
import { PATH } from '@/constants';
import ApplicationIcon from '@/assets/svg/application.svg';

export default {
title: 'Navigation',
Expand All @@ -24,6 +25,7 @@ const items: NavigationItem[] = [
{
label: 'All',
to: PATH.NOT_FOUND,
icon: <ApplicationIcon />,
},
],
},
Expand Down

0 comments on commit e1ae76a

Please sign in to comment.