import React from 'react'; export default ({ children }) => (
{children}
);