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:
committed by
Juan Picado @jotadeveloper
parent
752e2b963d
commit
3888736e45
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user