Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created February 9, 2019 12:33
Show Gist options
  • Save amandeepmittal/5070378613d3f58e7a639d30bc77e0a7 to your computer and use it in GitHub Desktop.
Save amandeepmittal/5070378613d3f58e7a639d30bc77e0a7 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
import News from './src/components/News';
export default class App extends Component {
render() {
return <News />;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment