mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: fixing dependencies
This commit is contained in:
parent
cdd9908775
commit
db79136cf5
20 changed files with 2439 additions and 21400 deletions
|
@ -56,7 +56,7 @@ export function App() {
|
|||
}
|
||||
|
||||
addPacket(downloadProgress);
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
return () => {
|
||||
|
@ -77,7 +77,7 @@ export function App() {
|
|||
replace: location.pathname.startsWith("/search"),
|
||||
});
|
||||
},
|
||||
[dispatch, location.pathname, navigate],
|
||||
[dispatch, location.pathname, navigate]
|
||||
);
|
||||
|
||||
const handleClear = useCallback(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue