Use covid19 example

This commit is contained in:
Jarred SUmner
2021-10-03 23:53:57 -07:00
parent 38c73788e1
commit cb6a1b7225

View File

@@ -8,8 +8,8 @@ const Start = function () {
document.body.appendChild(root);
// comment out to switch between examples
ReactDOM.render(<IPAddresses />, root);
// ReactDOM.render(<Covid19 />, root);
// ReactDOM.render(<IPAddresses />, root);
ReactDOM.render(<Covid19 />, root);
};
Start();