Merged in fix/LOY-391-import-fix (pull request #3456)

fix(LOY-391): import fix

* fix(LOY-391): import fix


Approved-by: Anton Gunnarsson
This commit is contained in:
Emma Zettervall
2026-01-20 12:22:01 +00:00
parent 2dd08bb5d0
commit 9e373ed600

View File

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