mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
Update SearchModule.tsx
This commit is contained in:
@@ -48,7 +48,7 @@ const useStyles = createStyles((theme) => ({
|
||||
},
|
||||
}));
|
||||
|
||||
export function SearchModuleComponent(props: any) {
|
||||
export function SearchModuleComponent() {
|
||||
const { config } = useConfig();
|
||||
const { t } = useTranslation('modules/search');
|
||||
const [searchQuery, setSearchQuery] = useState('');
|
||||
|
||||
Reference in New Issue
Block a user