MOB-991 fix type import lint errors

This commit is contained in:
sepeterson
2025-12-04 10:30:26 -06:00
parent 4d5bbfc584
commit 83c06dbeac

View File

@@ -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";