mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 08:43:57 +00:00
ci: formatting
This commit is contained in:
@@ -25,7 +25,7 @@ export default function Library() {
|
||||
visible: boolean;
|
||||
position: { x: number; y: number };
|
||||
}>({ game: null, visible: false, position: { x: 0, y: 0 } });
|
||||
|
||||
|
||||
const searchQuery = useAppSelector((state) => state.library.searchQuery);
|
||||
const dispatch = useAppDispatch();
|
||||
const { t } = useTranslation("library");
|
||||
|
||||
Reference in New Issue
Block a user