router
router copied to clipboard
fix: replace `methods` imports everywhere
I was being sloppy and forgot to remove the import to the methods module everywhere under #127. Since it was being included as a transitive dependency the CI passed without issue (thanks NPM).