We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276d674 commit 7a19501Copy full SHA for 7a19501
website/docs/components/LiveCodeEditor.tsx
@@ -1,4 +1,3 @@
1
-import { HomeFeature } from '@rspress/core/theme';
2
import { CodeBlockRuntime, type CodeBlockRuntimeProps } from '@theme';
3
import { useRef } from 'react';
4
import styles from './LiveCodeEditor.module.scss';
@@ -21,7 +20,6 @@ export function LiveCodeEditor({
21
20
return (
22
<div className={styles.editorContainer}>
23
<div className={`${styles.codeBlockWrapper} rp-force-wrap`}>
24
- <HomeFeature />
25
<CodeBlockRuntime {...rest} code={value} />
26
{!disabled && (
27
<textarea
0 commit comments