Skip to content

Commit 04907a9

Browse files
committed
chore: trigger docs build
1 parent cf894dc commit 04907a9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/docs/src/repl/ui/repl-commands.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
import { createPlaygroundShareUrl } from './repl-share-url';
22
import type { ReplAppInput } from '../types';
33

4-
export const ReplCommands = ({
5-
input,
6-
enableCopyToPlayground,
7-
enableDownload,
8-
}: ReplCommandProps) => {
4+
export const ReplCommands = ({ input, enableCopyToPlayground }: ReplCommandProps) => {
95
return (
106
<div class="repl-commands">
117
{enableCopyToPlayground ? (

0 commit comments

Comments
 (0)