Skip to content

Commit

Permalink
fix: 불필요한 import 문 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jung2941 committed Dec 30, 2024
1 parent d956984 commit d705d58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/pages/MyInfoPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import Navbar from "../components/common/Navbar.tsx";
import ResumeItem from "../components/MyInfoPage/ResumeItem.tsx";
import BookmarkItem from "../components/MyInfoPage/BookmarkItem.tsx";

import

interface Resume {
id: number;
version: string;
Expand Down

0 comments on commit d705d58

Please sign in to comment.