fix: incorrect Tooltip import in avatar component (#160)

This commit is contained in:
Andrew Hughson
2019-10-06 15:01:58 +01:00
committed by Priscila Oliveira
parent d2f1f1c06a
commit 43a9628ec4
2 changed files with 241 additions and 505 deletions

View File

@@ -3,7 +3,7 @@ import React, { FC } from 'react';
import Avatar from '@material-ui/core/Avatar';
import { isEmail } from '../../utils/url';
import Tooltip from '../../muiComponents/TextField';
import Tooltip from '../../muiComponents/Tooltip';
export interface AvatarDeveloper {
name: string;