Skip to content

Commit

Permalink
♻️ Clean up redundant code in App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Asing1001 committed Mar 13, 2019
1 parent ae5e6e1 commit bf0c6f5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ import EncodeForm from './components/encodeForm'
import DecodeForm from './components/decodeForm'

class App extends Component {
constructor(props) {
super(props)
this.state = {
activeIndex: 0
}
}

handleClick = (activeIndex) => {
this.setState({ activeIndex })
}

render() {
return (
<Router basename="/">
Expand Down

0 comments on commit bf0c6f5

Please sign in to comment.