Skip to content

Commit

Permalink
Refactor: 스타일 리팩토링
Browse files Browse the repository at this point in the history
  • Loading branch information
MEGUMMY1 committed Jul 23, 2024
1 parent 5142809 commit d75ddf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Lander/BestActivitiesSlide.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ActivityDetail, BestActivityProps } from './BestActivities.type';
import Image from 'next/image';
import StarImg from '@/public/icon/Star.svg';
import { ShareButton } from '../ ShareButton/ShareButton';
import { ShareButton } from '../ShareButton/ShareButton';
import { useRouter } from 'next/router';
import { useState } from 'react';
import {
Expand Down

0 comments on commit d75ddf6

Please sign in to comment.