import { shell } from 'electron' import React, { Component } from 'react' import PropTypes from 'prop-types' import { MdSearch } from 'react-icons/lib/md' import styles from './Help.scss' class Help extends Component { constructor(props) { super(props) this.state = { videos: [ { id: 'GYIHrd7e-n0', title: 'Joyner Lucas - Mask Off Remix (Mask On)' }, { id: 'ZFy7RdZWwj8', title: 'Joyner Lucas - Bank Account (Remix)' }, { id: 'DlFmfxACvig', title: 'Lil Skies - Nowadays ft. Landon Cube (Dir. by @_ColeBennett_)' }, { id: 'XbZ0OXmXw38', title: 'Dave - Wanna Know ft. Drake (Audio)' }, { id: 'sRrcogH7F_I', title: 'Bryson Tiller - How About Now (Freestyle)' }, { id: 'j6Np8vCO0hQ', title: 'Young Pappy - Killa (Official Music Video)' }, { id: 'PjqKPHZJgF0', title: 'Lil Wayne - Family Feud feat. Drake (Official Audio) | Dedication 6' } ] } } render() { const { videos } = this.state return (

Video tutorials

console.log('gang')} className={`${styles.text} ${styles.input}`} placeholder='Search the video library...' type='text' id='helpSearch' />