From 7a4babf6e1faa50cf650a086806e5d87ea1e0958 Mon Sep 17 00:00:00 2001 From: "Jade (Rose) Rowland" Date: Mon, 24 Nov 2025 10:40:16 -0500 Subject: [PATCH] format --- website/src/repl/components/button/action-button.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/src/repl/components/button/action-button.jsx b/website/src/repl/components/button/action-button.jsx index 3499fbb43..de674b696 100644 --- a/website/src/repl/components/button/action-button.jsx +++ b/website/src/repl/components/button/action-button.jsx @@ -25,9 +25,7 @@ export function ActionInput({ label, className, ...props }) { ); }