rework success page, html download, and more

This commit is contained in:
Matt Hill
2021-10-31 12:07:32 -06:00
committed by Aiden McClelland
parent 5eca577152
commit c65f019ffc
38 changed files with 523 additions and 397 deletions

View File

@@ -0,0 +1,3 @@
export const pauseFor = (ms: number) => {
return new Promise(resolve => setTimeout(resolve, ms))
}