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 />;
|
||||
}
|
||||
8
src/app/(auth)/welcome/page.tsx
Normal file
8
src/app/(auth)/welcome/page.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { ViewWelcome } from "@/module/auth";
|
||||
import React from "react";
|
||||
|
||||
function Page() {
|
||||
return <ViewWelcome />;
|
||||
}
|
||||
|
||||
export default Page;
|
||||
Reference in New Issue
Block a user