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"