chore: rename variable

This commit is contained in:
JimmFly
2022-12-09 20:50:53 +08:00
parent 9ba50ee1c4
commit 561b17da46
3 changed files with 6 additions and 8 deletions
@@ -1,7 +1,6 @@
import React from 'react';
import NoResult from './NotFound';
import { Command } from 'cmdk';
import Store from '@blocksuite/store';
const SearchResult = () => {
return (
@@ -10,7 +9,6 @@ const SearchResult = () => {
<Command.Group heading="Letters">
<Command.Item>a</Command.Item>
<Command.Item>b</Command.Item>
<Command.Separator />
<Command.Item>c</Command.Item>
</Command.Group>
<Command.Item>Apple</Command.Item>