refactor(SW-302): cleanup

This commit is contained in:
Matilda Landström
2024-09-17 22:25:35 +02:00
parent 6c88d3431a
commit 2438d04f43
5 changed files with 24 additions and 29 deletions

View File

@@ -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
}