import * as React from 'react'; import './App.css'; 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

); } } export default App;