Resolve errors and pass tests

This commit is contained in:
adilallo
2026-02-04 14:15:22 -07:00
parent 0ebad759f9
commit 97e2680c57
7 changed files with 15 additions and 36 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ Step2.args = {
description: "You can also combine or add new approaches to the list",
children: (
<div className="space-y-4">
<Input label="Label" placeholder="Enter text" value="" />
<TextInput label="Label" placeholder="Enter text" value="" />
</div>
),
showBackButton: true,