import React from 'react'; export default function ({ id, children }) { return (
{children}
{children.length}
); }