5 lines
100 B
JavaScript
5 lines
100 B
JavaScript
|
function Component(props) {
|
||
|
const x = useState;
|
||
|
const state = null |> x(%);
|
||
|
return state[0];
|
||
|
}
|