mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 04:26:23 +08:00
fix: temporary helper error
This commit is contained in:
@@ -3,7 +3,7 @@ import { Modal, ModalWrapper, ModalCloseButton } from '@/ui/modal';
|
||||
import { Button } from '@/ui/button';
|
||||
import { useState } from 'react';
|
||||
import Input from '@/ui/input';
|
||||
import useTemporaryHelper from '@/hooks/use-temporary-helper';
|
||||
import { useTemporaryHelper } from '@/providers/temporary-helper-provider';
|
||||
interface ICloseParams {
|
||||
workspaceId?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user