fix(SW-190): moved Hero component from TempDesignSystem to components
This commit is contained in:
4
components/Hero/hero.ts
Normal file
4
components/Hero/hero.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface HeroProps {
|
||||
alt: string
|
||||
src: string
|
||||
}
|
||||
Reference in New Issue
Block a user