Skip to content

Commit

Permalink
refactor: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hafnium1923 committed Jul 25, 2023
1 parent e88f6d2 commit 445f2e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react';
import IntegratedCalendar from '~/components/IntegratedCalendar/IntegratedCalendar';

const meta = {
title: 'Calender/IntegratedCalendar',
title: 'Calendar/IntegratedCalendar',
component: IntegratedCalendar,
tags: ['autodocs'],
} satisfies Meta<typeof IntegratedCalendar>;
Expand Down

0 comments on commit 445f2e1

Please sign in to comment.