Skip to content

Commit

Permalink
fix(lint): lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Senthil Athiban <[email protected]>
  • Loading branch information
senthil-athiban committed Aug 21, 2024
1 parent 4007398 commit 0ea46e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/custom/SearchBar.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react-hooks/exhaustive-deps */
import { outlinedInputClasses } from '@mui/material/OutlinedInput';
import { Theme, ThemeProvider, createTheme, useTheme } from '@mui/material/styles';
import debounce from 'lodash/debounce';
Expand Down

0 comments on commit 0ea46e0

Please sign in to comment.