Skip to content

Commit 4a5e1b2

Browse files
committed
Fix request line editor warning
1 parent d7885cd commit 4a5e1b2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/react-components/src/components/ui/request-line-editor.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,6 @@ function ReuqestLineEditor() {
7878
<CopyButton />
7979
</div>
8080
);
81-
}
81+
}
82+
83+
export { ReuqestLineEditor }

0 commit comments

Comments
 (0)