Skip to content

Commit

Permalink
fix: 인재상 데이터 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
owl1753 committed Mar 3, 2025
1 parent 78f3409 commit bfcf310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/select/Ideal/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useBreakpoint } from 'gatsby-plugin-breakpoints';

import useIdealDetail from '@/containers/landing/MVC/hook';
import IdealItem from '@/containers/select/Ideal/IdealItem';
import useIdealDetail from '@/containers/select/Ideal/hook';

function Ideal() {
const { items } = useIdealDetail();
Expand Down

0 comments on commit bfcf310

Please sign in to comment.