Commit 1b74afbf authored by Lorenzo Trujillo Rojas's avatar Lorenzo Trujillo Rojas
Browse files

Se creó la ruta para cambiar los intereses del usuario

parent 1752188f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
import { View } from "react-native";
import { FirstTimeComfigScreen } from "../../src/profile/screens/first_time_config_screen";

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