feat(SW-880): add import type

This commit is contained in:
Fredrik Thorsson
2024-11-14 14:21:01 +01:00
committed by Joakim Jäderberg
parent c7d285de74
commit edc65af74e
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import { Hotel } from "@/types/hotel"
import type { Hotel } from "@/types/hotel"
export type WellnessAndExerciseSidePeekProps = {
healthFacilities: Hotel["healthFacilities"]