import React from 'react'; const ToolLayout = ({ title, description, children, icon: Icon }) => { return (
{description}