mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-31 17:19:56 +08:00
feat: bump more deps (#14079)
This commit is contained in:
@@ -65,9 +65,8 @@ export const usePageHelper = (docCollection: Workspace) => {
|
||||
|
||||
const importFileAndOpen = useMemo(
|
||||
() => async () => {
|
||||
const { showImportModal } = await import(
|
||||
'@blocksuite/affine/widgets/linked-doc'
|
||||
);
|
||||
const { showImportModal } =
|
||||
await import('@blocksuite/affine/widgets/linked-doc');
|
||||
const { promise, resolve, reject } =
|
||||
Promise.withResolvers<
|
||||
Parameters<
|
||||
|
||||
Reference in New Issue
Block a user