mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-15 11:05:50 +00:00
fix getProfile import in PaymentId 🐛
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
import { redirect } from "next/navigation";
|
import { redirect } from "next/navigation";
|
||||||
import { getPayment, getProfile } from "@/actions/payment";
|
import { getPayment } from "@/actions/payment";
|
||||||
|
import { getProfile } from "@/actions/user-actions";
|
||||||
import CancelPaymentButton from "@/components/billing/cancel-payment-button";
|
import CancelPaymentButton from "@/components/billing/cancel-payment-button";
|
||||||
import ExpiryCountDown from "@/components/billing/expiry-time-countdown";
|
import ExpiryCountDown from "@/components/billing/expiry-time-countdown";
|
||||||
import ClientErrorMessage from "@/components/client-error-message";
|
import ClientErrorMessage from "@/components/client-error-message";
|
||||||
|
Reference in New Issue
Block a user