feat(SW-880): add import type

This commit is contained in:
Fredrik Thorsson
2024-11-14 14:21:01 +01:00
parent c7327e07bf
commit 7a8ce0d8f6
3 changed files with 5 additions and 5 deletions
@@ -1,4 +1,4 @@
import { Hotel } from "@/types/hotel"
import type { Hotel } from "@/types/hotel"
export type WellnessAndExerciseSidePeekProps = {
healthFacilities: Hotel["healthFacilities"]