Skip to content

Commit

Permalink
fix: chromatic 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
soi-ha committed Oct 21, 2024
1 parent f43f5b2 commit e5a715b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @jsxImportSource @emotion/react */
import type {Meta, StoryObj} from '@storybook/react';

import Carousel from './Carousel';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @jsxImportSource @emotion/react */
import Icon from '../Icon/Icon';

import {deleteButtonStyle} from './Carousel.style';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @jsxImportSource @emotion/react */
import {useTheme} from '@components/Design/theme/HDesignProvider';

import {indicatorContainerStyle, indicatorStyle} from './Carousel.style';
Expand Down

0 comments on commit e5a715b

Please sign in to comment.