Skip to content

Commit

Permalink
Update modal-provider.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed May 31, 2024
1 parent bae6fd8 commit b933436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/core/src/modules/peek-view/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export function configurePeekViewModule(framework: Framework) {
}

export { PeekViewEntity, PeekViewService };
export { useInsidePeekView } from './view';
export { PeekViewManagerModal,useInsidePeekView } from './view';
2 changes: 1 addition & 1 deletion packages/frontend/core/src/providers/modal-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { PaymentDisableModal } from '../components/affine/payment-disable';
import { useAsyncCallback } from '../hooks/affine-async-hooks';
import { useNavigateHelper } from '../hooks/use-navigate-helper';
import { AuthService } from '../modules/cloud/services/auth';
import { PeekViewManagerModal } from '../modules/peek-view/view';
import { PeekViewManagerModal } from '../modules/peek-view';
import { WorkspaceSubPath } from '../shared';

const SettingModal = lazy(() =>
Expand Down

0 comments on commit b933436

Please sign in to comment.