From 2c1a3f595c34202c8af6b5bc9e099ff1af73933f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Thu, 10 Oct 2024 11:04:32 +0200 Subject: [PATCH] fix(SW-194): cleanup --- types/components/hotelPage/button.ts | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 types/components/hotelPage/button.ts diff --git a/types/components/hotelPage/button.ts b/types/components/hotelPage/button.ts deleted file mode 100644 index 7fdf0a540..000000000 --- a/types/components/hotelPage/button.ts +++ /dev/null @@ -1,6 +0,0 @@ -export type ShowMoreButtonProps = { - textShowMore: string - textShowLess: string - allItemsVisible: boolean - handleToggleShowMore: () => void -}