mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 13:32:06 +07:00
First commit
This commit is contained in:
11
src/app/(public)/forgot-password/page.tsx
Normal file
11
src/app/(public)/forgot-password/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
import React, { Suspense } from 'react';
|
||||
import ForgotPasswordClient from "./ForgotPasswordClient";
|
||||
|
||||
export default function ForgotPasswordPage() {
|
||||
return (
|
||||
<Suspense fallback={<div>Loading...</div>}>
|
||||
<ForgotPasswordClient />
|
||||
</Suspense>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user