import * as React from 'react'; import JqxPanel from 'jqwidgets-scripts/jqwidgets-react-tsx/jqxpanel'; class App extends React.PureComponent<{}> { constructor(props: {}) { super(props); } public render() { return (

Early History of the Internet

Merging the networks and creating the Internet

Popular Internet services

); } } export default App;