style : add app
This commit is contained in:
6
src/app/(auth)/verification/page.tsx
Normal file
6
src/app/(auth)/verification/page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { ViewVerification } from "@/module/auth";
|
||||
import React from "react";
|
||||
|
||||
export default function Verification() {
|
||||
return <ViewVerification />;
|
||||
}
|
||||
Reference in New Issue
Block a user