mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
MOB-991 fix type import lint errors
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { FirebasePerformanceTypes, getPerformance } from "@react-native-firebase/perf";
|
||||
import { StateCreator } from "zustand";
|
||||
import type { FirebasePerformanceTypes } from "@react-native-firebase/perf";
|
||||
import { getPerformance } from "@react-native-firebase/perf";
|
||||
import type { StateCreator } from "zustand";
|
||||
|
||||
import { log } from "../../react-native-logs.config";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user