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