Layout Hub foundation

This commit is contained in:
2025-04-07 16:48:39 +02:00
parent 2c5724ccdd
commit 684cdf0bb1
7 changed files with 33 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
import { AuthPage } from "@refinedev/mui";
export const UpdatePassword = () => {
return <AuthPage type="updatePassword"/>;
};