diff --git a/src/utils/Utils.ts b/src/utils/Utils.ts index 6ba722b3..96413520 100644 --- a/src/utils/Utils.ts +++ b/src/utils/Utils.ts @@ -1,6 +1,6 @@ import { Memo } from '../parser/helpers.js'; import type { EmojiRun, TextRun } from '../parser/misc.js'; -import Text from '../parser/classes/misc/Text.js'; +import { Text } from '../parser/misc.js'; import type { FetchFunction } from '../types/PlatformShim.js'; import type PlatformShim from '../types/PlatformShim.js'; import userAgents from './user-agents.js';