diff --git a/docs/functions/index.useRGS.html b/docs/functions/index.useRGS.html index e859e988..f1cb6ca3 100644 --- a/docs/functions/index.useRGS.html +++ b/docs/functions/index.useRGS.html @@ -9,4 +9,4 @@
const [state, setState] = useRGS<number>("counter", 1); Copy
const [state, setState] = useRGS<number>("counter", 1);
Example
-