fix: clean up hotel and its typings
This commit is contained in:
@@ -2,7 +2,7 @@ import { cva } from "class-variance-authority"
|
||||
|
||||
import styles from "./poi.module.css"
|
||||
|
||||
import { PointOfInterestGroupEnum } from "@/types/hotel"
|
||||
import { PointOfInterestGroupEnum } from "@/types/enums/pointOfInterest"
|
||||
|
||||
export const poiVariants = cva(styles.icon, {
|
||||
variants: {
|
||||
|
||||
Reference in New Issue
Block a user