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