feat(SW-1712): Preperation to accept multiple different icon identifiers for filters on startpage and destination overview page
Approved-by: Fredrik Thorsson Approved-by: Matilda Landström
This commit is contained in:
@@ -7,11 +7,8 @@ import useScrollShadows from "@/hooks/useScrollShadows"
|
||||
|
||||
import styles from "./tabFilters.module.css"
|
||||
|
||||
import type { CardGalleryFilter } from "@/types/enums/cardGallery"
|
||||
import type { CarouselCardFilter } from "@/types/enums/carouselCards"
|
||||
|
||||
interface Filter {
|
||||
identifier: CarouselCardFilter | CardGalleryFilter
|
||||
identifier: string
|
||||
label: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user