feat(carousel): add main carousel component with image support and integrate into store home page
This commit is contained in:
@@ -46,6 +46,7 @@ export interface Tenant {
|
||||
selected_bank_account?: BankAccount | null;
|
||||
hero_config?: HeroConfig | null;
|
||||
event_config?: EventConfig | null;
|
||||
main_carousel_images?: string[];
|
||||
menues?: Menu[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user