Skip to content

Commit 39da98e

Browse files
committed
[chore]경로수정
1 parent d9fccf2 commit 39da98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/domains/community/write/cocktail-tag/TagModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
import AddIcon from '@/shared/assets/icons/add_24.svg';
44
import Input from '@/shared/components/Input-box/Input';
5-
import CocktailCard from '@/domains/recipe/CocktailCard';
65
import ModalLayout from '@/shared/components/modal-pop/ModalLayout';
76
import Button from '@/shared/components/button/Button';
87
import TagList from '../../components/tag/TagList';
98
import { useState } from 'react';
9+
import CocktailCard from '@/domains/shared/components/cocktailCard/CocktailCard';
1010

1111
type Props = {
1212
isOpen: boolean;

0 commit comments

Comments
 (0)