Loading mobile/app/profile/change_password.tsx 0 → 100644 +7 −0 Original line number Diff line number Diff line import { ChangePasswordPage } from "../../src/profile/screens/change_password_page"; export default function ChangePasswordScreen() { return ( <ChangePasswordPage /> ); } No newline at end of file Loading
mobile/app/profile/change_password.tsx 0 → 100644 +7 −0 Original line number Diff line number Diff line import { ChangePasswordPage } from "../../src/profile/screens/change_password_page"; export default function ChangePasswordScreen() { return ( <ChangePasswordPage /> ); } No newline at end of file