function component(a) {
let t = {a};
function x() {
t.foo();
}
x(t);
return t;
}
export const FIXTURE_ENTRYPOINT = {
fn: component,
params: ['TodoAdd'],
isComponent: 'TodoAdd',
};
function component(a) {
let t = {a};
function x() {
t.foo();
}
x(t);
return t;
}
export const FIXTURE_ENTRYPOINT = {
fn: component,
params: ['TodoAdd'],
isComponent: 'TodoAdd',
};