import './tooltip.scss'; export default function Tooltip(props) { return (
{props.children} {props.title}
); }