We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b066d commit c9e444bCopy full SHA for c9e444b
1 file changed
api/health.ts
@@ -1,5 +1,5 @@
1
-import { NUM, OBJ, STR } from '@01edu/api/validator'
2
-import { route } from '@01edu/api/router'
+import { NUM, OBJ, STR } from './validator.ts'
+import { route } from './router.ts'
3
import { now, startTime } from '@01edu/time'
4
import { CI_COMMIT_SHA } from './env.ts'
5
0 commit comments