added language change query

This commit is contained in:
DmitriyB
2023-03-20 18:46:15 +05:00
parent 61efa5611d
commit d494abf7ae
33 changed files with 3093 additions and 410 deletions
+5
View File
@@ -0,0 +1,5 @@
import { useLocation } from "react-router";
const useQuery = () => new URLSearchParams(useLocation().search);
export default useQuery