10 lines
140 B
TypeScript
10 lines
140 B
TypeScript
import { PasswortReset } from "./_components/PasswortReset";
|
|
|
|
export default async () => {
|
|
return (
|
|
<>
|
|
<PasswortReset />
|
|
</>
|
|
);
|
|
};
|