b2a278762b
The prior review fix (#4) removed the redundant `await refresh()` call from the onCreate handler, but left `refresh` in the useSessions() destructure. TypeScript (noUnusedLocals) flagged it as an error, breaking the build. Remove the unused binding to restore a clean build.