Skip to content

Commit c6e61aa

Browse files
authored
fix: toast 디자인 시스템에서 import하도록 수정 (#847)
1 parent 70f34f1 commit c6e61aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/hooks/queries/recipe/useRecipeFavoriteMutation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import { useToastActionContext } from '@fun-eat/design-system';
12
import { useMutation, useQueryClient } from '@tanstack/react-query';
23

34
import { recipeApi } from '@/apis';
4-
import { useToastActionContext } from '@/hooks/context';
55
import type { RecipeFavoriteRequestBody, RecipeDetail } from '@/types/recipe';
66

77
const headers = { 'Content-Type': 'application/json' };

frontend/src/hooks/queries/review/useReviewFavoriteMutation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import { useToastActionContext } from '@fun-eat/design-system';
12
import { useMutation, useQueryClient } from '@tanstack/react-query';
23

34
import { productApi } from '@/apis';
4-
import { useToastActionContext } from '@/hooks/context';
55
import type { ReviewFavoriteRequestBody } from '@/types/review';
66

77
const headers = { 'Content-Type': 'application/json' };

0 commit comments

Comments
 (0)