Skip to content

Commit 6cc1d22

Browse files
authored
Merge pull request #8089 from QwikDev/trigger-docs-build
chore: trigger docs build
2 parents cf894dc + 04907a9 commit 6cc1d22

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)