swap to ultra-fast APIs on homepage, finish continents

This commit is contained in:
41666 2023-06-09 12:55:24 -04:00
parent 644e25f673
commit 9b439d0a19
14 changed files with 365 additions and 114 deletions

1
app/utils/classes.ts Normal file
View file

@ -0,0 +1 @@
export const c = (...args: any[]) => args.filter((x) => !!x).join(" ");