diff --git a/src/app/verification/page.tsx b/src/app/verification/page.tsx new file mode 100644 index 0000000..ab27b2b --- /dev/null +++ b/src/app/verification/page.tsx @@ -0,0 +1,26 @@ +import ControlOtp from '@/components/pages/verification/control-otp' +import Content from '@/components/ui/content' +import { Icons } from '@/components/ui/icons' +import ImageCard from '@/components/ui/image-card' +import { ThemeToggler } from '@/components/ui/theme-toggler' + +export default function Verification() { + return ( +
+ +
+ + + +
+
+

Check your Email

+ +
+ +
+
+
+
+ ) +}