export default { props: { currentUser: { name: 'world' } }, html: `

Hello world!

` };