feat: update search result

This commit is contained in:
JimmFly
2022-12-13 18:02:07 +08:00
parent b623ede358
commit 32d24d322a
5 changed files with 31 additions and 13 deletions
@@ -6,9 +6,9 @@ import {
StyledModalDivider,
StyledShortcut,
} from './style';
import Input from './Input';
import Input from './input';
import Result from './content';
import QuickSearchFooter from './Footer';
import QuickSearchFooter from './footer';
import { Command } from 'cmdk';
import { useEffect, useState } from 'react';
import { useModal } from '@/providers/global-modal-provider';