8 lines
215 B
TypeScript
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={''} />;
|
|
}
|