Skip to content

Commit

Permalink
Fix: 잘못된 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seoyoung-min committed Feb 7, 2024
1 parent 5c3be02 commit a9ef117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/list/create/_components/item/Items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { DragDropContext, Draggable, DropResult } from 'react-beautiful-dnd';
import { itemPlaceholder } from '@/lib/constants/placeholder';
import { itemTitleRules, itemCommentRules, itemLinkRules } from '@/lib/constants/formInputValidationRules';
import { StrictModeDroppable } from '@/components/StrictModeDroppable';
import { FormErrors } from '../../../../create/page';
import { FormErrors } from '@/app/list/create/page';
import ItemLayout from './ItemLayout';
import LinkModal from './LinkModal';
import Preview from './Preview';
Expand Down

0 comments on commit a9ef117

Please sign in to comment.