mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-11 01:10:11 +01:00
4 lines
93 B
JavaScript
4 lines
93 B
JavaScript
|
export default function useQuery() {
|
||
|
return new URLSearchParams(window.location.search);
|
||
|
}
|