import { Component } from 'react';
class App extends Component {
render() {
return (
<div>Hello World</div>
);
};
}
export default App;
Created
April 7, 2018 13:01
-
-
Save victor36max/b22069b19f5fbe648ec1d5bd9475e375 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment