Skip to content

Commit

Permalink
chore: 폴더 구조 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Arooming committed Mar 18, 2024
1 parent 85b7e41 commit a9c51e9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Home/components/LecueBookList/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { useNavigate } from 'react-router';

import { IcHomeFavorite } from '../../../assets';
import useDeleteFavorite from '../../hooks/useDeleteFavorite';
import useGetFavorite from '../../hooks/useGetFavorite';
import useDeleteFavorite from '../../../libs/hooks/useDeleteFavorite';
import useGetFavorite from '../../../libs/hooks/useGetFavorite';
import useGetLecueBook from '../../hooks/useGetLecueBook';
import NoBookmarkList from '../NoBookmarkList';
import * as S from './LecueBookList.style';
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a9c51e9

Please sign in to comment.