Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leowuming
/
rag
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
rag
/
frontend
/
src
/
hooks
/
useQuery.js
gaojintao01
Add files using Git LFS
f8b5d42
4 months ago
raw
Copy download link
history
blame
contribute
delete
93 Bytes
export
default
function
useQuery
(
) {
return
new
URLSearchParams
(
window
.
location
.
search
);
}