From 4db89ec916aec5474057b8bbf7268da7807cde2d Mon Sep 17 00:00:00 2001 From: Lance Chant <13349722+lancechant@users.noreply.github.com> Date: Sat, 4 Jul 2026 13:10:51 +0200 Subject: [PATCH] fixed typo Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com> --- components/WatchedIndicator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/WatchedIndicator.tsx b/components/WatchedIndicator.tsx index 33435396..e6e3a5e3 100644 --- a/components/WatchedIndicator.tsx +++ b/components/WatchedIndicator.tsx @@ -1,6 +1,6 @@ import { Ionicons } from "@expo/vector-icons"; import type { BaseItemDto } from "@jellyfin/sdk/lib/generated-client/models"; -import type React from "react"; +import React from "react"; import { Platform, View, type ViewStyle } from "react-native"; import { Text } from "@/components/common/Text"; import { scaleSize } from "@/utils/scaleSize";