Format code style

This commit is contained in:
2023-11-23 21:19:36 +07:00
parent 12112b89e5
commit 3bbd8c61e3
6 changed files with 102 additions and 91 deletions
@@ -1,11 +1,13 @@
import { useEffect, useState } from 'react';
import { useSearchParams } from 'react-router-dom';
// Styled
import { StyledSearch } from './styled';
// Hooks
import { useDebounce } from '@hook/useDebounce';
import { useSearchParams } from 'react-router-dom';
// Types
import { Nullable } from '@type/common';
interface ISearch {