feat: fix review

This commit is contained in:
SaikaSakura
2022-08-10 15:34:26 +08:00
parent 4c57486d79
commit b5ae4e9a64

View File

@@ -18,8 +18,6 @@ import {
menuItemsMap,
} from './config';
import { QueryResult } from '../../search';
import { getBlockIdByNode } from '@toeverything/utils';
export type CommandMenuProps = {
editor: Virgo;
hooks: PluginHooks;