mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-15 04:55:49 +00:00
fix getProfile import in PaymentId 🐛
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
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 ExpiryCountDown from "@/components/billing/expiry-time-countdown";
|
||||
import ClientErrorMessage from "@/components/client-error-message";
|
||||
|
Reference in New Issue
Block a user