Skip to content

Commit bd4592a

Browse files
authored
Merge pull request #154 from Jeju-Month/main
main 싱크
2 parents ed9f379 + 34912f7 commit bd4592a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/SearchPage/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { useQuery } from '@tanstack/react-query';
88
import Category from './components/Category';
99
import DetailMediumCard from './components/DetailMediumCard';
1010
import DetailSmallCard from './components/DetailSmallCard';
11-
import SkeletonLayout from './components/skeletonLayout';
11+
import SkeletonLayout from './components/SkeletonLayout';
1212

1313
const SearchPage = () => {
1414
const [searchData, setSearchData] = useState([]);

0 commit comments

Comments
 (0)