style : add app
This commit is contained in:
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