Update imports

This commit is contained in:
Johannes Klein
2025-07-07 14:53:43 +02:00
parent bbdd95ece0
commit ca99dbfcf2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import ObservationPhoto from "realmModels/ObservationPhoto";
import ObservationPhoto from "realmModels/ObservationPhoto.ts";
import ObservationSound from "realmModels/ObservationSound";
function prepareMediaForUpload(

View File

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