export const entry = () => { console.log('tbd, but entry works'); return 0; }; entry();