Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allocations: standardize on usePathHelpers
Rather than some files using raw `usePath` and some using `usePathHelpers`, I think it makes sense to standardize on `usePathHelpers` everywhere. I also prefer the named import (`{ requestPath }`) to the positional import (`[ , requestPath ]`)
- Loading branch information