chore: run formatter

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2024-11-13 11:20:18 -05:00
parent c3fceaba96
commit 205ae02038
No known key found for this signature in database
GPG Key ID: 18974753009D2BFA

View File

@ -409,7 +409,6 @@ document.addEventListener("nav", async (e: CustomEventMap["nav"]) => {
container.scrollTo({ top: relativeTop, behavior: "smooth" })
}
}
}
async function onType(e: HTMLElementEventMap["input"]) {