feat(Sw-251): rename file

This commit is contained in:
Fredrik Thorsson
2024-09-11 16:34:08 +02:00
parent 297fdfab57
commit d338fee8a9
2 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import { useIntl } from "react-intl"
import styles from "./hotelFilter.module.css"
import { HotelFiltersProps } from "@/types/components/hotelReservation/selectHotel/hotelFilters"
import { HotelFiltersProps } from "@/types/components/hotelReservation/selectHotel/hotelFiltersProps"
export default function HotelFilter({ filters }: HotelFiltersProps) {
const intl = useIntl()