Skip to content

Commit 1d66e5f

Browse files
committed
feat(useActionState): complete useActionState example
1 parent 2ef98cc commit 1d66e5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

react/useActionState/src/App.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
import "sensorario-design-system/style/index.css";
2+
import { FormComponent } from "./components/FormComponent";
23

34
function App() {
45
return (
56
<div className="sensorario-container light">
67
<h1>useActionState()</h1>
8+
<FormComponent />
79
</div>
810
)
911
}

0 commit comments

Comments
 (0)