JSTQL-JS-Transform/output_testing/1131hooks-with-React-namespace.js

8 lines
149 B
JavaScript
Raw Normal View History

function Component() {
const [x, setX] = 1 |> React.useState(%);
return x;
}
export const FIXTURE_ENTRYPOINT = {
fn: Component,
params: []
};