Skip to content

Commit 79f2a8e

Browse files
authored
Fix import
1 parent 43db447 commit 79f2a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concept/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Sometimes you might find yourself reusing the same type multiple times.
124124

125125
Using [reference models](/patterns/reference-models), you can name your model and use it by referencing the name:
126126
```typescript
127-
import { Elysia } from 'elysia'
127+
import { Elysia, t } from 'elysia'
128128

129129
const app = new Elysia()
130130
.model({

0 commit comments

Comments
 (0)