Skip to content

Commit

Permalink
fix(Utils): Circular dependency introduced in 38a83c3 (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue committed May 10, 2023
1 parent 2673419 commit 66b026b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Utils.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 66b026b

Please sign in to comment.