'use client'; import React from 'react'; import { InputText } from 'primereact/inputtext'; function Help() { return (
How can we help?
Getting Started
Transactions
Profile
Billing
Integrations
Security
); } export default Help;