Skip to content

Commit

Permalink
Merge pull request #460 from thejackshelton/cloudflare-issue
Browse files Browse the repository at this point in the history
fix(docs): fix missing import
  • Loading branch information
thejackshelton authored Oct 21, 2023
2 parents 2bb22e6 + e68e710 commit 6900b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/_state/app-state.type.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 6900b77

Please sign in to comment.