mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Use covid19 example
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user