Skip to content

Commit d3ed6c8

Browse files
committed
test: for diff ci
1 parent 21b68bf commit d3ed6c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

website/docs/components/LiveCodeEditor.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { HomeFeature } from '@rspress/core/theme';
21
import { CodeBlockRuntime, type CodeBlockRuntimeProps } from '@theme';
32
import { useRef } from 'react';
43
import styles from './LiveCodeEditor.module.scss';
@@ -21,7 +20,6 @@ export function LiveCodeEditor({
2120
return (
2221
<div className={styles.editorContainer}>
2322
<div className={`${styles.codeBlockWrapper} rp-force-wrap`}>
24-
<HomeFeature />
2523
<CodeBlockRuntime {...rest} code={value} />
2624
{!disabled && (
2725
<textarea

0 commit comments

Comments
 (0)