Skip to content

Commit

Permalink
Merge pull request #254 from COS301-SE-2024/feat/mobile/init-userdetails
Browse files Browse the repository at this point in the history
account details page
  • Loading branch information
KamogeloMoeketse authored Jul 30, 2024
2 parents b99dbc6 + fa552e1 commit 0b1b6df
Show file tree
Hide file tree
Showing 4 changed files with 398 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/occupi-mobile4/app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default function RootLayout() {
<Stack.Screen name="set-security" options={{ headerShown: false }} />
<Stack.Screen name="notiftester" options={{ headerShown: false }} />
<Stack.Screen name="changepassword" options={{ headerShown: false }} />
<Stack.Screen name="set-details" options={{ headerShown: false }} />
</Stack>
</NavBarProvider>
</GluestackUIProvider>
Expand Down
7 changes: 7 additions & 0 deletions frontend/occupi-mobile4/app/set-details.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import SetDetails from "../screens/Login/SetDetails";

export default function Home() {
return (
<SetDetails />
);
}
Loading

0 comments on commit 0b1b6df

Please sign in to comment.