fix: fixed imports & func's name (#182)

This commit is contained in:
Priscila Oliveira
2019-10-12 08:45:39 +02:00
committed by Juan Picado @jotadeveloper
parent 752e2b963d
commit 3888736e45
9 changed files with 14 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
import React from 'react';
import Tooltip from '@material-ui/core/Tooltip';
import Tooltip from '../../muiComponents/Tooltip';
import HeaderToolTipIcon, { TooltipIconType } from './HeaderToolTipIcon';