forked from sombochea/verdaccio-ui
fix: introduced forwardRef (#164)
This commit is contained in:
committed by
Juan Picado @jotadeveloper
parent
9eb698f7e1
commit
909a8d9fb8
@@ -1,10 +1,10 @@
|
||||
import React from 'react';
|
||||
import Dialog from '@material-ui/core/Dialog';
|
||||
import DialogActions from '@material-ui/core/DialogActions';
|
||||
import Button from '@material-ui/core/Button';
|
||||
import { Title, Content } from './styles';
|
||||
|
||||
import { Props } from './types';
|
||||
import Button from '../../muiComponents/Button';
|
||||
|
||||
const LABEL = 'CLOSE';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user