fix: temporary helper error

This commit is contained in:
QiShaoXuan
2023-01-06 16:01:12 +08:00
parent 03419fc27a
commit 0346b22bdd
11 changed files with 200 additions and 137 deletions
@@ -13,7 +13,8 @@ import {
import { useConfirm } from '@/providers/confirm-provider';
import { toast } from '@/ui/toast';
import { WorkspaceAvatar } from '@/components/workspace-avatar';
import useTemporaryHelper from '@/hooks/use-temporary-helper';
import { useTemporaryHelper } from '@/providers/temporary-helper-provider';
interface LoginModalProps {
open: boolean;
onClose: () => void;