Added improved loader.

This commit is contained in:
orangemug
2020-02-17 18:52:16 +00:00
parent f268f09ca2
commit 6be3543616
5 changed files with 230 additions and 57 deletions
+3
View File
@@ -12,3 +12,6 @@ ReactDOM.render(
</IconContext.Provider>,
document.querySelector("#app")
);
// Hide the loader.
document.querySelector(".loading").style.display = "none";