+ className={clsx(className, styles.codeBlock, 'thin-scrollbar')}>
{tokens.map((line, i) => {
if (line.length === 1 && line[0]!.content === '\n') {
@@ -150,29 +142,7 @@ export default function CodeBlock({
-
+