From 953027ccdfb34c83a6d301401ccb47ec43b86825 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 29 May 2018 04:05:11 +0200 Subject: file list --- app/client/dashboard/gallery.component.js | 32 ------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 app/client/dashboard/gallery.component.js (limited to 'app/client/dashboard/gallery.component.js') diff --git a/app/client/dashboard/gallery.component.js b/app/client/dashboard/gallery.component.js deleted file mode 100644 index 8db7032..0000000 --- a/app/client/dashboard/gallery.component.js +++ /dev/null @@ -1,32 +0,0 @@ -import { h, Component } from 'preact' -import { bindActionCreators } from 'redux' -import { connect } from 'react-redux' - -class Gallery extends Component { - constructor(props){ - super() - } - render(){ - const { title, images } = this.props - const imageList = images.map(image => { - return ( -
- -
- ) - }) - return ( - - ) - } -} -const mapStateToProps = state => ({ -}) - -const mapDispatchToProps = (dispatch, ownProps) => ({ - // actions: bindActionCreators(liveActions, dispatch) -}) - -export default connect(mapStateToProps, mapDispatchToProps)(Gallery) -- cgit v1.2.3-70-g09d2