Files
sistem-desa-mandiri/src/app/(auth)/verification/page.tsx
2024-07-25 10:08:31 +08:00

8 lines
215 B
TypeScript

import { ViewVerification } from "@/module/auth";
import { IVerification } from "@/types";
import React from "react";
export default function Page() {
return <ViewVerification phone={""} otp={0} user={''} />;
}