feat : add package

This commit is contained in:
lukman
2024-07-25 10:08:31 +08:00
parent 2f8a9ccab1
commit 404734c8f6
4 changed files with 30 additions and 5 deletions

View File

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