Remove dead code and use shorthand arrow functions
- I used ts-prune to find unused exports. I left a few unused actions, API helpers and mocked data objects just in case.
- I used a multi-line regex and the JavaScript Booster extension for VSCode to change longhand arrow functions to shorthand.