Skip to content

Commit

Permalink
fix: toast 디자인 시스템에서 import하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hae-on committed Nov 19, 2023
1 parent 70f34f1 commit 340c4c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useToastActionContext } from '@fun-eat/design-system';
import { useMutation, useQueryClient } from '@tanstack/react-query';

import { recipeApi } from '@/apis';
import { useToastActionContext } from '@/hooks/context';
import type { RecipeFavoriteRequestBody, RecipeDetail } from '@/types/recipe';

const headers = { 'Content-Type': 'application/json' };
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useToastActionContext } from '@fun-eat/design-system';
import { useMutation, useQueryClient } from '@tanstack/react-query';

import { productApi } from '@/apis';
import { useToastActionContext } from '@/hooks/context';
import type { ReviewFavoriteRequestBody } from '@/types/review';

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

0 comments on commit 340c4c0

Please sign in to comment.