diff --git a/packages/core/src/interpolate.ts b/packages/core/src/interpolate.ts index c19033472..cc6318537 100644 --- a/packages/core/src/interpolate.ts +++ b/packages/core/src/interpolate.ts @@ -1,7 +1,7 @@ import { CompiledMessage, Formats, Locales, Values } from "./i18n" import { date, number, plural, type PluralOptions } from "./formats" import { isString } from "./essentials" -import unraw from "unraw" +import { unraw } from "unraw" export const UNICODE_REGEX = /\\u[a-fA-F0-9]{4}|\\x[a-fA-F0-9]{2}/g