Merge branch 'refactor-utils-import' into 'main'

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

See merge request soapbox-pub/ditto!169
This commit is contained in:
Alex Gleason 2024-04-19 22:55:22 +00:00
commit 9632b5cc96

View file

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