diff --git a/apps/website/src/_state/app-state.type.ts b/apps/website/src/_state/app-state.type.ts index e491b4e93..4aab40596 100644 --- a/apps/website/src/_state/app-state.type.ts +++ b/apps/website/src/_state/app-state.type.ts @@ -1,5 +1,5 @@ import { NoSerialize } from '@builder.io/qwik'; -import type { Highlighter } from 'shiki'; +import type { Highlighter } from 'shikiji'; export interface AppState { mode: 'light' | 'dark';