fix(SW-190): moved Hero component from TempDesignSystem to components

This commit is contained in:
Erik Tiekstra
2024-08-15 12:23:49 +02:00
parent a0053335a6
commit c75452dd17
5 changed files with 2 additions and 2 deletions

4
components/Hero/hero.ts Normal file
View File

@@ -0,0 +1,4 @@
export interface HeroProps {
alt: string
src: string
}