mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-05-04 05:33:21 -04:00
Update imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import ObservationPhoto from "realmModels/ObservationPhoto";
|
||||
import ObservationPhoto from "realmModels/ObservationPhoto.ts";
|
||||
import ObservationSound from "realmModels/ObservationSound";
|
||||
|
||||
function prepareMediaForUpload(
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { FileUpload } from "inaturalistjs";
|
||||
import ObservationPhoto from "realmModels/ObservationPhoto";
|
||||
import ObservationPhoto from "realmModels/ObservationPhoto.ts";
|
||||
import ObservationSound from "realmModels/ObservationSound";
|
||||
import factory from "tests/factory";
|
||||
import faker from "tests/helpers/faker";
|
||||
|
||||
Reference in New Issue
Block a user