mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 17:03:26 +00:00
chore: clean this stuff up too
This commit is contained in:
@@ -3,8 +3,8 @@ import { Text } from "~/components/ui/Text";
|
||||
|
||||
export default function SettingsScreen() {
|
||||
return (
|
||||
<ScreenLayout title="Settings" subtitle="Need to change something?">
|
||||
<Text>Settings would be listed in here. Coming soon</Text>
|
||||
<ScreenLayout title="Settings">
|
||||
<Text>Settings tab</Text>
|
||||
</ScreenLayout>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user