refactor(utils): resolve import specifier via the active import map

This commit is contained in:
P. Reis 2024-04-19 19:46:42 -03:00
parent 11e81f0000
commit bbe8df8217
1 changed files with 1 additions and 1 deletions

View File

@ -151,4 +151,4 @@ export {
sha256, sha256,
}; };
export { Time } from './utils/time.ts'; export { Time } from '@/utils/time.ts';