diff --git a/apps/expo/src/app/(tabs)/index.tsx b/apps/expo/src/app/(tabs)/index.tsx index 63359e6..8804cb2 100644 --- a/apps/expo/src/app/(tabs)/index.tsx +++ b/apps/expo/src/app/(tabs)/index.tsx @@ -12,10 +12,7 @@ export default function HomeScreen() { - + ); diff --git a/apps/expo/src/components/item/ItemListSection.tsx b/apps/expo/src/components/item/ItemListSection.tsx index ccde37b..f447913 100644 --- a/apps/expo/src/components/item/ItemListSection.tsx +++ b/apps/expo/src/components/item/ItemListSection.tsx @@ -5,7 +5,7 @@ import { ScrollView, Text, View } from "tamagui"; import type { ItemData } from "~/components/item/item"; import Item from "~/components/item/item"; -export const bookmarks: ItemData[] = [ +export const watching: ItemData[] = [ { id: "219651", title: "Welcome to Samdal-ri", @@ -22,9 +22,6 @@ export const bookmarks: ItemData[] = [ type: "tv", year: 2023, }, -]; - -export const watching: ItemData[] = [ { id: "113268", title: "The Uncanny Counter",