refactor(SW-302): cleanup
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export enum HotelHashValues { // Should these be translated?
|
||||
overview = "#overview",
|
||||
rooms = "#rooms-section",
|
||||
restaurant = "#restaurant-and-bar",
|
||||
meetings = "#meetings-and-conferences",
|
||||
wellness = "#wellness-and-exercise",
|
||||
activities = "#activities",
|
||||
@@ -8,5 +9,5 @@ export enum HotelHashValues { // Should these be translated?
|
||||
}
|
||||
|
||||
export type TabNavigationProps = {
|
||||
restaurantRefData: { href: any; title: string }
|
||||
restaurantTitle: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user