🐛 fix: mark SyntaxHighlighter client component (#248)

This commit is contained in:
Arvin Xu
2025-01-14 13:44:12 +08:00
committed by GitHub
parent 26264c5c7e
commit a1dc587bf5
@@ -1,3 +1,5 @@
'use client';
import { Loader2 } from 'lucide-react';
import { memo } from 'react';
import { Flexbox } from 'react-layout-kit';