aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/lib/upload.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/lib/upload.ts')
-rw-r--r--apps/mobile/lib/upload.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/mobile/lib/upload.ts b/apps/mobile/lib/upload.ts
index 715119b1..a9157d68 100644
--- a/apps/mobile/lib/upload.ts
+++ b/apps/mobile/lib/upload.ts
@@ -1,11 +1,11 @@
import ReactNativeBlobUtil from "react-native-blob-util";
import { useMutation } from "@tanstack/react-query";
-import { BookmarkTypes, ZBookmark } from "@hoarder/shared/types/bookmarks";
+import { BookmarkTypes, ZBookmark } from "@karakeep/shared/types/bookmarks";
import {
zUploadErrorSchema,
zUploadResponseSchema,
-} from "@hoarder/shared/types/uploads";
+} from "@karakeep/shared/types/uploads";
import type { Settings } from "./settings";
import { api } from "./trpc";