diff --git a/index.html b/index.html index a5d0b8d..873dd17 100644 --- a/index.html +++ b/index.html @@ -22,11 +22,11 @@ } const displayEverything = async () => { + await displayBodyList("bodies.json", "bodies") await displayPropList("heads.json", "heads") await displayPropList("props.json", "props") await displayPropList("misc.json", "misc") await displayPropList("beta.json", "beta") - await displayBodyList("bodies.json", "bodies") } displayEverything()