forked from sombochea/verdaccio-ui
fix: introduced forwardRef (#181)
This commit is contained in:
committed by
Juan Picado @jotadeveloper
parent
a8deeb9b9d
commit
0c4fb7da13
@@ -1,7 +1,6 @@
|
||||
import styled from 'react-emotion';
|
||||
import { Link } from 'react-router-dom';
|
||||
import Grid from '@material-ui/core/Grid';
|
||||
import List from '@material-ui/core/List';
|
||||
import ListItemText from '@material-ui/core/ListItemText';
|
||||
|
||||
import { breakpoints } from '../../utils/styles/media';
|
||||
@@ -11,6 +10,7 @@ import colors from '../../utils/styles/colors';
|
||||
import { fontWeight } from '../../utils/styles/sizes';
|
||||
import { default as MuiIconButton } from '../../muiComponents/IconButton';
|
||||
import { default as Photo } from '../../muiComponents/Avatar';
|
||||
import List from '../../muiComponents/List';
|
||||
import { default as Typography } from '../../muiComponents/Heading';
|
||||
|
||||
export const OverviewItem = styled('span')`
|
||||
|
||||
Reference in New Issue
Block a user