We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9fccf2 commit 39da98eCopy full SHA for 39da98e
src/domains/community/write/cocktail-tag/TagModal.tsx
@@ -2,11 +2,11 @@
2
3
import AddIcon from '@/shared/assets/icons/add_24.svg';
4
import Input from '@/shared/components/Input-box/Input';
5
-import CocktailCard from '@/domains/recipe/CocktailCard';
6
import ModalLayout from '@/shared/components/modal-pop/ModalLayout';
7
import Button from '@/shared/components/button/Button';
8
import TagList from '../../components/tag/TagList';
9
import { useState } from 'react';
+import CocktailCard from '@/domains/shared/components/cocktailCard/CocktailCard';
10
11
type Props = {
12
isOpen: boolean;
0 commit comments