This commit is contained in:
Dylan Pizzo
2025-01-07 22:17:05 -08:00
parent 68c4222b3b
commit 6827b966fd
3 changed files with 9 additions and 4 deletions

View File

@@ -71,6 +71,10 @@ const imageList = [
key: "vp-token",
src: "/static/assets/VP-Token.png",
},
{
key: "sun",
src: "/static/assets/Sun.png",
},
];
export const loadImages = async () => {