Skip to content

Commit 06fba9b

Browse files
authored
docs(fix): AuthModel import (#578)
1 parent c48f081 commit 06fba9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/essential/best-practice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const auth = new Elysia({ prefix: '/auth' })
8383
// Service handle business logic, decoupled from Elysia controller
8484
import { status } from 'elysia'
8585

86-
import type { AuthModel } from './service'
86+
import type { AuthModel } from './model'
8787

8888
// If the class doesn't need to store a property,
8989
// you may use `abstract class` to avoid class allocation

0 commit comments

Comments
 (0)