mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-10 21:48:48 +08:00
refactor(editor): use lodash (#10657)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { isEqual, last } from '@blocksuite/global/utils';
|
||||
import isEqual from 'lodash-es/isEqual';
|
||||
import last from 'lodash-es/last';
|
||||
|
||||
import { ConnectorMode } from '../../consts/connector.js';
|
||||
import { MindmapStyle } from '../../consts/mindmap.js';
|
||||
|
||||
Reference in New Issue
Block a user