Skip to content

Commit e68e710

Browse files
fix(docs): fix missing import
1 parent 2103d8b commit e68e710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/_state/app-state.type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { NoSerialize } from '@builder.io/qwik';
2-
import type { Highlighter } from 'shiki';
2+
import type { Highlighter } from 'shikiji';
33

44
export interface AppState {
55
mode: 'light' | 'dark';

0 commit comments

Comments
 (0)