export default { get props() { return { currentUser: { name: 'world' } }; }, html: `

Hello world!

` };