chore: clean this stuff up too

This commit is contained in:
Adrian Castro
2024-02-14 22:48:09 +01:00
parent 4d8a61baba
commit 8da4ad579c
5 changed files with 8 additions and 18 deletions

View File

@@ -3,8 +3,8 @@ import { Text } from "~/components/ui/Text";
export default function HomeScreen() {
return (
<ScreenLayout title="Home" subtitle="This is where all magic happens">
<Text>Movies will be listed here</Text>
<ScreenLayout title="Home">
<Text>Home tab</Text>
</ScreenLayout>
);
}