feat(SW-190): added hero to loyalty pages

This commit is contained in:
Erik Tiekstra
2024-08-13 13:58:06 +02:00
parent df076f50f5
commit f1ca9a0704
8 changed files with 66 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
export interface HeroProps {
alt: string
src: string
}