payment not found
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import { redirect } from 'next/navigation'
|
||||
import React from 'react'
|
||||
|
||||
import PaymentFailed from "@/components/pages/payment";
|
||||
import { redirect } from "next/navigation";
|
||||
import React from "react";
|
||||
|
||||
export default function Page() {
|
||||
return redirect('/home')
|
||||
// return redirect('/home')
|
||||
return <PaymentFailed />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user