Skip to content

Commit

Permalink
Fix: 이미지 스와이퍼 경로 재변경
Browse files Browse the repository at this point in the history
  • Loading branch information
s0zzang committed Dec 27, 2024
1 parent 32c1091 commit d3d855a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Studio/StudioItem.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @jsxImportSource @emotion/react */
import Bookmark from '@components/Bookmark/Bookmark';
import ImageSwiper from '@components/ImageSwiper/ImageSwiper';
import ImageSwiper from '@components/Swiper/ImageSwiper';
import styled from '@emotion/styled';
import { TypoTitleSmS } from '@styles/Common';
import variables from '@styles/Variables';
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pages/Studio/StudioMenu/StudioMenuDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import StudioMenuDetailInfo from './StudioMenuDetailInfo';
import { useEffect, useState } from 'react';
import StudioMenuDetailReview from './StudioMenuDetailReview';
import { IMenuListRes } from 'types/types';
import ImageSwiper from '@components/ImageSwiper/ImageSwiper';
import ImageSwiper from '@components/Swiper/ImageSwiper';
import Button from '@components/Button/Button';

const StudioMenuDetail = () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import variables from '@styles/Variables';
import StarRating from './StarRating';
import ReviewContent from './ReviewContent';
import { useState } from 'react';
import ImageSwiper from '@components/ImageSwiper/ImageSwiper';
import ImageSwiper from '@components/Swiper/ImageSwiper';
import { formatTimeAgo } from '@utils/formatTimeAgo';
import { IReviewImages } from 'types/types';
import { css } from '@emotion/react';
Expand Down

0 comments on commit d3d855a

Please sign in to comment.