Skip to content

Commit 58c7125

Browse files
tkurkiakheron
authored andcommitted
doc: remove unused import
1 parent 8798721 commit 58c7125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ database:
2323

2424
```typescript
2525
// Change 'typera-express' to 'typera-koa' if you're using Koa
26-
import { Parser, Response, Route, URL, route } from 'typera-express'
26+
import { Parser, Response, Route, route } from 'typera-express'
2727
import * as t from 'io-ts'
2828

2929
interface User {
@@ -64,7 +64,7 @@ Let's go through it in detail.
6464

6565
```typescript
6666
// Change 'typera-express' to 'typera-koa' if you're using Koa
67-
import { Parser, Response, Route, URL, route } from 'typera-express'
67+
import { Parser, Response, Route, route } from 'typera-express'
6868

6969
interface User {
7070
id: number

0 commit comments

Comments
 (0)