docs: rm unused import statement from refresh token rotation page example code (#12804)
chore(docs/refresh-token-rotation): deleted unused/out-of-place import statement
For Next.js, there was a leftover import statement in the server-side code from the client-side code. I deleted the leftover import statement because useEffect is out of place in the server side, and thus was left unused in the server-side code.