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

Commit 022f560

Browse files
committed
chore: fix path
1 parent 3d05da3 commit 022f560

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/adapter/base.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ import type { Emoji, EmojiGroup, EmojiMetadata, EmojiShortcode, ShortcodeProvide
22
import consola from "consola";
33
import { red, yellow } from "farver/fast";
44
import { defineMojiAdapter, MojisNotImplemented } from "../adapter";
5-
import { extractEmojiVersion, extractUnicodeVersion, slugify } from "../utils";
5+
import { slugify } from "../utils";
66
import { fetchCache } from "../utils/cache";
7+
import { extractEmojiVersion, extractUnicodeVersion } from "../versions";
78

89
function notImplemented(adapterFn: string) {
910
return async () => {

0 commit comments

Comments
 (0)