fix: clean up hotel and its typings
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { poiVariants } from "@/components/Maps/Markers/Poi/variants"
|
||||
|
||||
import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
import type { PointOfInterestGroupEnum } from "@/types/hotel"
|
||||
import type { PointOfInterestGroupEnum } from "@/types/enums/pointOfInterest"
|
||||
import type { poiVariants } from "@/components/Maps/Markers/Poi/variants"
|
||||
|
||||
export interface PoiMarkerProps extends VariantProps<typeof poiVariants> {
|
||||
group: PointOfInterestGroupEnum
|
||||
|
||||
Reference in New Issue
Block a user