From 9e373ed6006393a3af910e0274a4e8b51a41c4e1 Mon Sep 17 00:00:00 2001 From: Emma Zettervall Date: Tue, 20 Jan 2026 12:22:01 +0000 Subject: [PATCH] Merged in fix/LOY-391-import-fix (pull request #3456) fix(LOY-391): import fix * fix(LOY-391): import fix Approved-by: Anton Gunnarsson --- .../Points/PointTransactions/PointTransactionList/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Points/PointTransactions/PointTransactionList/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/PointTransactions/PointTransactionList/index.tsx index a1fd0c422..7d5191e76 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Points/PointTransactions/PointTransactionList/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Points/PointTransactions/PointTransactionList/index.tsx @@ -6,10 +6,10 @@ import useStickyPosition from "@scandic-hotels/common/hooks/useStickyPosition" import { StickyElementNameEnum } from "@scandic-hotels/common/stores/sticky-position" import { Divider } from "@scandic-hotels/design-system/Divider" import { LoadingSpinner } from "@scandic-hotels/design-system/LoadingSpinner" +import { ShowMoreButton } from "@scandic-hotels/design-system/ShowMoreButton" import { Typography } from "@scandic-hotels/design-system/Typography" import { trpc } from "@scandic-hotels/trpc/client" -import ShowMoreButton from "@/components/TempDesignSystem/ShowMoreButton" import useLang from "@/hooks/useLang" import { PointTransactionRow } from "./PointTransactionRow"