import * as React from 'react'; import JqxNavigationBar from 'jqwidgets-scripts/jqwidgets-react-tsx/jqxnavigationbar'; 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;