Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TypeScript error when
verbatimModuleSyntax
is enabled
When `verbatimModuleSyntax` is enabled in TypeScript when building your application two Type errors would pop up. ```console TS1484: 'RoutesMap' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled. ``` ```console TS1484: 'Route' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled. ```
- Loading branch information