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

6 lines
199 B
TypeScript

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