This commit is contained in:
Belen Curcio
2017-09-08 08:35:57 -03:00
parent 462fcb6b94
commit 05d643d3c3
7 changed files with 17 additions and 31 deletions
@@ -2,7 +2,6 @@ import React from 'react';
import cn from 'classnames';
import styles from './Tooltip.css';
import {t} from 'plugin-api/beta/client/services';
import {Icon} from 'plugin-api/beta/client/components/ui';
export default ({className = '', children}) => (
<div className={cn(styles.tooltip, className)}>