Skip to content

Commit

Permalink
fix(import): use correct hooks path alias
Browse files Browse the repository at this point in the history
  • Loading branch information
AVGVSTVS96 committed Aug 18, 2024
1 parent 54084f9 commit a19b236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChatUI/ShikiHihlighter.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type React from 'react';
import { useShikiHighlighter } from '@/hooks/useShiki';
import { useShikiHighlighter } from '@hooks/useShiki';
import type { BundledTheme, BundledLanguage } from 'shiki';

interface ShikiHighlighterProps {
Expand Down

0 comments on commit a19b236

Please sign in to comment.