1
0
mirror of https://github.com/bitwarden/directory-connector synced 2026-01-16 15:33:14 +00:00

fix import

This commit is contained in:
Brandon
2026-01-15 12:45:02 -05:00
parent 48066075fc
commit 71fe509a00

View File

@@ -1,4 +1,4 @@
import hrtime from "browser-hrtime";
import * as hrtime from "browser-hrtime";
import { LogService as LogServiceAbstraction } from "../abstractions/log.service";
import { LogLevelType } from "../enums/logLevelType";