Revision 8afcc2bb4a6d4d247dd6fdb674133db4bf9f655e

Committed on 23/01/2024 1:21 pm by Nils Minten <nils@minten.dev> [GitHub Diff]

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.
```