chore: cleanup

This commit is contained in:
Adrian Castro
2024-03-26 14:28:11 +01:00
parent db0c37913c
commit 5e8422b418
5 changed files with 6 additions and 20 deletions

View File

@@ -10,7 +10,7 @@ export default function HomeScreen() {
return (
<View style={{ flex: 1 }} flex={1}>
<ScreenLayout title="Home">
<ScreenLayout>
<ItemListSection title="Bookmarks" items={bookmarks} />
<ItemListSection title="Continue Watching" items={watching} />
</ScreenLayout>