Skip to content

Commit

Permalink
refactor: 스토리북 일괄 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwnc committed Apr 18, 2024
1 parent 1f9dbb0 commit f9710a9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/lib/stories/AlarmCard.stories.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AlarmCard } from '@/components/cards';
import AlarmCard from '@/components/AlarmCard';

import type { Meta, StoryObj } from '@storybook/react';

Expand Down
2 changes: 1 addition & 1 deletion src/lib/stories/EmptyAlarmCard.stories.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EmptyAlarmCard } from '@/components/cards';
import EmptyAlarmCard from '@/components/EmptyAlarmCard';

import type { Meta, StoryObj } from '@storybook/react';

Expand Down
2 changes: 1 addition & 1 deletion src/lib/stories/HeaderSigninButton.stories.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { HeaderSigninButton } from '@/components/buttons';
import HeaderSigninButton from '@/components/HeaderSigninButton';

import type { Meta, StoryObj } from '@storybook/react';

Expand Down
2 changes: 1 addition & 1 deletion src/lib/stories/HeaderSignupButton.stories.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { HeaderSignupButton } from '@/components/buttons';
import HeaderSignupButton from '@/components/HeaderSignupButton';

import type { Meta, StoryObj } from '@storybook/react';

Expand Down
2 changes: 1 addition & 1 deletion src/lib/stories/IconButton.stories.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IconButton } from '@/components/buttons';
import IconButton from '@/components/IconButton';

import type { Meta, StoryObj } from '@storybook/react';

Expand Down

0 comments on commit f9710a9

Please sign in to comment.