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

@@ -52,7 +52,7 @@ export const restaurantAndBar = {
de: "Restaurant-und-Bar",
}
export const restaurant = {
/*export const restaurant = {
en: "restaurant",
sv: "restaurant",
no: "restaurant",
@@ -78,7 +78,7 @@ export const breakfastRestaurant = {
fi: "aamiaisravintola",
de: "Frühstücksrestaurant",
}
*/
const params = {
about,
amenities,
@@ -86,9 +86,9 @@ const params = {
activities,
meetingsAndConferences,
restaurantAndBar,
bar,
/*bar,
restaurant,
breakfastRestaurant,
breakfastRestaurant,*/
}
export default params