Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit dc5f3a4

Browse files
committed
chore: lint
1 parent 022f560 commit dc5f3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adapter/v13.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import type { Emoji, EmojiData, EmojiSequence, EmojiVariation, Property } from "../types";
22
import { defineMojiAdapter } from "../adapter";
33
import { FEMALE_SIGN, MALE_SIGN } from "../constants";
4-
import { extractEmojiVersion, extractUnicodeVersion } from "../versions";
54
import { fetchCache } from "../utils/cache";
65
import { expandHexRange } from "../utils/hexcode";
6+
import { extractEmojiVersion, extractUnicodeVersion } from "../versions";
77

88
export default defineMojiAdapter({
99
name: "v13",

0 commit comments

Comments
 (0)