refactor(feat-SW-94): use enum for HotelHashValues and move to types/components dir

This commit is contained in:
Chuma McPhoy
2024-08-12 13:51:05 +02:00
parent ae066d850e
commit b19dbf0664
3 changed files with 20 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
export enum HotelHashValues {
overview = "#overview",
rooms = "#rooms-section",
restaurant = "#restaurant-and-bar",
meetings = "#meetings-and-conferences",
wellness = "#wellness-and-exercise",
activities = "#activities",
faq = "#faq",
}