Commit 7a6ae38d authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Update ui/snippets/searchBar/useQuickSearchQuery.tsx

Co-authored-by: default avatartom goriunov <tom@ohhhh.me>
parent 1aec9fb9
......@@ -4,7 +4,7 @@ import React from 'react';
import useApiQuery from 'lib/api/useApiQuery';
import useDebounce from 'lib/hooks/useDebounce';
export default function useSearchQuery() {
export default function useQuickSearchQuery() {
const router = useRouter();
const [ searchTerm, setSearchTerm ] = React.useState('');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment