import { mixin } from 'ts-fns'
import { SwipeSection } from '../../lib/elements/swipe-section.jsx'

mixin(SwipeSection, class {
  render() {
    // TODO
  }
})

export { SwipeSection }
export default SwipeSection
