We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef98cc commit 1d66e5fCopy full SHA for 1d66e5f
react/useActionState/src/App.tsx
@@ -1,9 +1,11 @@
1
import "sensorario-design-system/style/index.css";
2
+import { FormComponent } from "./components/FormComponent";
3
4
function App() {
5
return (
6
<div className="sensorario-container light">
7
<h1>useActionState()</h1>
8
+ <FormComponent />
9
</div>
10
)
11
}
0 commit comments