Skip to content

Commit

Permalink
fix: 스토리북 경로 설정 문제로 인한 build error 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
xilucks committed Oct 16, 2023
1 parent 71db0c3 commit 9779cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stories/AlbumTumbnail.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Meta, StoryObj } from '@storybook/react';

import AlbumThumbnail from '@/domain/_common/components/AlbumThumbnail/AlbumThumnail';
import AlbumThumbnail from '@/domain/_common/components/AlbumThumnail';

const meta = {
title: 'Components/AlbumThumbnail',
Expand Down
2 changes: 1 addition & 1 deletion src/stories/Bubble.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Meta, StoryObj } from '@storybook/react';

import Bubble from '@/domain/_common/components/Bubble/NoticeBubble';
import Bubble from '@/domain/_common/components/NoticeBubble';

const meta = {
title: 'Components/Bubble',
Expand Down

0 comments on commit 9779cf9

Please sign in to comment.