// 'use client'; import Typography from "@mui/material/Typography"; import React from "react"; export default function KycPage() { return (
KYC Overview
); }