refactor(plugin-infra): workspace loading (#3222)

This commit is contained in:
Alex Yang
2023-07-13 23:52:06 +08:00
parent c38dd1cc5e
commit 9ff483cd4e
16 changed files with 70 additions and 42 deletions
+1 -1
View File
@@ -32,8 +32,8 @@ import {
useSensor,
useSensors,
} from '@dnd-kit/core';
import { usePassiveWorkspaceEffect } from '@toeverything/hooks/use-block-suite-workspace';
import { useBlockSuiteWorkspaceHelper } from '@toeverything/hooks/use-block-suite-workspace-helper';
import { usePassiveWorkspaceEffect } from '@toeverything/plugin-infra/__internal__/workspace';
import {
currentPageIdAtom,
currentWorkspaceIdAtom,