mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:43:25 +00:00
refactor to turbo
This commit is contained in:
13
apps/expo/src/app/(tabs)/account.tsx
Normal file
13
apps/expo/src/app/(tabs)/account.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import ScreenLayout from "~/components/layout/ScreenLayout";
|
||||
import { Text } from "~/components/ui/Text";
|
||||
|
||||
export default function AccountScreen() {
|
||||
return (
|
||||
<ScreenLayout
|
||||
title="Account"
|
||||
subtitle="Manage your movie web account from here"
|
||||
>
|
||||
<Text>Hey Bro! what are you up to?</Text>
|
||||
</ScreenLayout>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user