Fix typescript issues

This commit is contained in:
Zoe Roux
2026-03-13 17:41:56 +01:00
parent 7ef6d99773
commit 1a48bc7bd8
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import type {
} from "@legendapp/list/react-native";
import { LegendList } from "@legendapp/list/react-native";
import { type ComponentType, type ReactElement, useMemo, useRef } from "react";
import { Platform, type ViewStyle } from "react-native";
import type { ViewStyle } from "react-native";
import { createAnimatedComponent } from "react-native-reanimated";
import { type Breakpoint, HR, useBreakpointMap } from "~/primitives";
import { type QueryIdentifier, useInfiniteFetch } from "./query";