diff --git a/src/pages/home.js b/src/pages/home.js index f3b3500..abf1e82 100644 --- a/src/pages/home.js +++ b/src/pages/home.js @@ -17,24 +17,6 @@ const LogoContainer = styled.div` ` export class Home extends Component { - state = { value: 0, focus: false } - - @bind - onChange(value) { - this.setState({ value }) - } - - @bind - onFocus() { - this.setState({ focus: true }) - } - - @bind - onBlur() { - console.log('called') - this.setState({ focus: false }) - } - @bind @debounce(300) handleClick() { @@ -46,16 +28,6 @@ export class Home extends Component { {Logo} Get started - ) }