hyperspace-desktop-client-w.../src/components/Attachment/index.tsx

5 lines
194 B
TypeScript

import {withStyles} from '@material-ui/core';
import AttachmentComponent from './Attachment';
import {styles} from './Attachment.styles';
export default withStyles(styles)(AttachmentComponent);