Skip to content

Commit

Permalink
refactor: conflict 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysyheo committed Aug 8, 2023
1 parent 6c60185 commit cccbf61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/common/TripItem/TripItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { CURRENCY_ICON } from '@constants/trip';
import { mediaQueryMobileState, viewportWidthState } from '@store/mediaQuery';
import type { TripItemData } from '@type/tripItem';
import { Box, Heading, ImageCarousel, Text } from 'hang-log-design-system';

import type { ForwardedRef } from 'react';
import { useEffect, useMemo, useRef } from 'react';
import { useRecoilValue } from 'recoil';
Expand All @@ -21,7 +20,6 @@ import {
memoStyling,
starRatingStyling,
subInformationStyling,
wrapperStyling,
} from '@components/common/TripItem/TripItem.style';

interface TripListItemProps extends TripItemData {
Expand Down

0 comments on commit cccbf61

Please sign in to comment.