Error boundary
This commit is contained in:
9
apps/hub/app/(auth)/passwort-reset/page.tsx
Normal file
9
apps/hub/app/(auth)/passwort-reset/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { PasswortReset } from "./_components/PasswortReset";
|
||||
|
||||
export default async () => {
|
||||
return (
|
||||
<>
|
||||
<PasswortReset />
|
||||
</>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user