import { KycApplicationClient } from "./client";

export default function KycApplicationPage() {
  return <KycApplicationClient />;
}
