Skip to content

Commit

Permalink
🐛 fix: mark SyntaxHighlighter client component (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx authored Jan 14, 2025
1 parent 26264c5 commit a1dc587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Highlighter/SyntaxHighlighter/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import { Loader2 } from 'lucide-react';
import { memo } from 'react';
import { Flexbox } from 'react-layout-kit';
Expand Down

0 comments on commit a1dc587

Please sign in to comment.