Skip to content

Commit

Permalink
fix: useToast 에러바운더리 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhokim98 committed Aug 8, 2024
1 parent 81503cc commit cb9eec7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import type {MemberAction} from 'types/serviceType';

import {useState} from 'react';
import {useToast} from 'haengdong-design';

import {useToast} from '@components/Toast/ToastProvider';
import useEventId from '@hooks/useEventId/useEventId';
import {requestDeleteMemberAction} from '@apis/request/member';
import {useStepList} from '@hooks/useStepList/useStepList';
Expand Down

0 comments on commit cb9eec7

Please sign in to comment.