Commit 262b437f authored by Lorenzo Trujillo Rojas's avatar Lorenzo Trujillo Rojas
Browse files

Se creó el archivo que representala ruta de cambiar intereses

parent 0ccc1904
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
import { View } from "react-native";
import { ChangeInterestsScreen } from "../../src/profile/screens/change_interests_screen";

export default function Interests() {
    return (
        <ChangeInterestsScreen />
    );
}
 No newline at end of file