mirror of
https://github.com/SomboChea/ui
synced 2026-01-19 01:25:51 +07:00
fix(162): added forwardRef Card (#216)
This commit is contained in:
committed by
Juan Picado @jotadeveloper
parent
ade548a7da
commit
2bc49f3ab7
@@ -1,8 +1,8 @@
|
||||
import { default as MuiCard } from '@material-ui/core/Card';
|
||||
import styled from 'react-emotion';
|
||||
|
||||
import { default as Typography } from '../../muiComponents/Heading';
|
||||
import List from '../../muiComponents/List';
|
||||
import { default as MuiCard } from '../../muiComponents/Card';
|
||||
|
||||
export const Wrapper = styled('div')({
|
||||
display: 'flex',
|
||||
|
||||
Reference in New Issue
Block a user