import React from 'react' export default () => ( <>

Testing!!!

Bar

<>

hello

<>

foo

bar

world

) function Component1() { return ( <>
test
) } function Component2() { return (
) }