import {Stringify} from 'shared-runtime'; function Component({id}) { const bar = (() => {})(); return ( <> ); } export const FIXTURE_ENTRYPOINT = { fn: Component, params: [{}], };