I saw this in some old code review today. I get that const useToken = () => {...} is a shortcut way to define a function in javascript. But what does c
const useToken = () => {...}
c