Skip to content

Commit c9e444b

Browse files
committed
refactor: use relative imports for validator and router modules
1 parent f5b066d commit c9e444b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/health.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { NUM, OBJ, STR } from '@01edu/api/validator'
2-
import { route } from '@01edu/api/router'
1+
import { NUM, OBJ, STR } from './validator.ts'
2+
import { route } from './router.ts'
33
import { now, startTime } from '@01edu/time'
44
import { CI_COMMIT_SHA } from './env.ts'
55

0 commit comments

Comments
 (0)