1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-17 08:35:47 +07:00

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, { useState, useEffect, MouseEvent } from 'react';
import Button from '@material-ui/core/Button';
import Button from '../../muiComponents/Button';
import { RightSide } from './styles';
import HeaderToolTip from './HeaderToolTip';