Skip to content

Commit

Permalink
Merge pull request #226 from boostcampwm2023/hotfix
Browse files Browse the repository at this point in the history
🐛 Build bug fix
  • Loading branch information
SongJSeop authored Dec 4, 2023
2 parents fbec0ae + ecd5e48 commit 5a7313f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/client/src/entities/like/Like.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { useEffect, useReducer, useState } from 'react';
import { Heart } from 'lucide-react';
import { Button } from 'shared/ui';
import theme from 'shared/ui/styles/theme';
import { BASE_URL } from '@constants';
import { useFetch } from 'shared/hooks';
import instance from 'shared/apis/AxiosInterceptor';

interface PropsType {
Expand Down

0 comments on commit 5a7313f

Please sign in to comment.