fix(LOY-63): move redeem flows to separate folder

add use client directive
This commit is contained in:
Christian Andolf
2025-01-08 14:20:48 +01:00
parent 9584478b34
commit 6941c1d006
5 changed files with 15 additions and 13 deletions

View File

@@ -1,3 +1,5 @@
"use client"
import { useIntl } from "react-intl"
import Countdown from "@/components/Countdown"