Created
February 2, 2020 13:56
-
-
Save georgeperry1/c34c1524ab6bc2f6b868106fd2930ae8 to your computer and use it in GitHub Desktop.
Base Waveform Components
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react'; | |
class Waveform extends Component { | |
render() { | |
return ( | |
<div /> | |
); | |
} | |
}; | |
export default Waveform; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment