diff --git a/src/utils/intlHash.ts b/src/utils/intlHash.ts index 069f8f80..e6b77d09 100644 --- a/src/utils/intlHash.ts +++ b/src/utils/intlHash.ts @@ -8,7 +8,6 @@ * @license MIT */ - import { hash as h64 } from "@intrnl/xxhash64"; const BASE64_TABLE = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");