jbilcke-hf's picture
jbilcke-hf HF Staff
clean-up and preparation work for oauth (maybe)
62c3e75
raw
history blame contribute delete
109 Bytes
"use client"
export default function Page() {
// read query string here
return (
<div>OK</div>
)
}