We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb841a commit 17f6559Copy full SHA for 17f6559
1 file changed
src/app.ts
@@ -1,6 +1,6 @@
1
import { bodyParser } from '@koa/bodyparser'
2
import cors from '@koa/cors'
3
-import Router from '@koa/router'
+import { Router } from '@koa/router'
4
import Koa from 'koa'
5
import helmet from 'koa-helmet'
6
import serve from 'koa-static'
0 commit comments