naomi
naomi copied to clipboard
[js]: wrong indent?

class App extends Component {
render() {
return (
)
}
}
class App extends Component {
render() {
return (
)
}
}
Found a solution here!