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.
2 parents cf894dc + 04907a9 commit 6cc1d22Copy full SHA for 6cc1d22
packages/docs/src/repl/ui/repl-commands.tsx
@@ -1,11 +1,7 @@
1
import { createPlaygroundShareUrl } from './repl-share-url';
2
import type { ReplAppInput } from '../types';
3
4
-export const ReplCommands = ({
5
- input,
6
- enableCopyToPlayground,
7
- enableDownload,
8
-}: ReplCommandProps) => {
+export const ReplCommands = ({ input, enableCopyToPlayground }: ReplCommandProps) => {
9
return (
10
<div class="repl-commands">
11
{enableCopyToPlayground ? (
0 commit comments