Skip to content

Commit

Permalink
Merge pull request #47 from sayyyho/dev
Browse files Browse the repository at this point in the history
🔥 Fix: 페이지 찾기 에러 수정
  • Loading branch information
sayyyho authored Aug 19, 2024
2 parents a15dba4 + 6796a2d commit 91446f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/PeopleListPage.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import Layout from "../components/Common/Layout";
import MiniLayout from "../components/Common/MiniLayout";
import MiniLayout from "../components/Common/miniLayout.jsx";
import PeopleCard from "../components//PeopleListComponents/peopleCard";

export const PeopleListPage = () => {
Expand Down

0 comments on commit 91446f3

Please sign in to comment.