Skip to content

Commit

Permalink
chore(playground): use alias instead of relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Oct 10, 2024
1 parent 51a2d04 commit 3b51453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/app/composables/usePlainShiki.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createPlainShiki, type CreatePlainShikiReturns, type MountPlainShikiOptions } from "plain-shiki";
import { type BundledLanguage, createHighlighter, createJavaScriptRegexEngine } from "shiki";
import { createPlainShiki, type CreatePlainShikiReturns, type MountPlainShikiOptions } from "../../../src";

export type UsePlainShikiOptions = Omit<MountPlainShikiOptions, "lang"> & {
lang: MaybeRefOrGetter<BundledLanguage>;
Expand Down

0 comments on commit 3b51453

Please sign in to comment.