diff --git a/apps/pay/app/page.tsx b/apps/pay/app/page.tsx
index c93726f14fb..7b8ce03ebd1 100644
--- a/apps/pay/app/page.tsx
+++ b/apps/pay/app/page.tsx
@@ -12,6 +12,7 @@ import { useRouter } from "next/navigation"
import CurrencyDropdown from "../components/Currency/currency-dropdown"
import { getClientSideGqlConfig } from "../config/config"
+import NFCComponent from "../components/ParsePOSPayment/nfc"
const GET_NODE_STATS = gql`
query nodeIds {
@@ -46,6 +47,7 @@ function Home() {
return (