UNPKG

@nbamford123/arwes

Version:

Futuristic Sci-Fi and Cyberpunk Graphical User Interface Framework for Web Apps

9 lines (7 loc) 219 B
import withStyles from '../tools/withStyles'; import withSounds from '../tools/withSounds'; import Project from './Project'; import styles from './styles'; export default withStyles(styles)( withSounds()(Project) );