Files
research-workbench/frontend/src
Ken b2a278762b fix: remove unused refresh destructure from App.tsx after review fix
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.
2026-05-26 19:48:40 +00:00
..