Loading mobile/app/profile/set_up.tsx 0 → 100644 +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 Loading
mobile/app/profile/set_up.tsx 0 → 100644 +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