export const Component3 = ({ children }) => (
  <div>{children}</div>
)