From deba31ee010f785a9739fd4df8a64a3056c9593d Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Thu, 18 Apr 2024 10:01:45 +0100 Subject: refactor: Move the shared types to the shared package --- apps/mobile/lib/upload.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/mobile/lib') diff --git a/apps/mobile/lib/upload.ts b/apps/mobile/lib/upload.ts index f9d05967..9eb40e01 100644 --- a/apps/mobile/lib/upload.ts +++ b/apps/mobile/lib/upload.ts @@ -1,10 +1,10 @@ import { useMutation } from "@tanstack/react-query"; -import type { ZBookmark } from "@hoarder/trpc/types/bookmarks"; +import type { ZBookmark } from "@hoarder/shared/types/bookmarks"; import { zUploadErrorSchema, zUploadResponseSchema, -} from "@hoarder/trpc/types/uploads"; +} from "@hoarder/shared/types/uploads"; import type { Settings } from "./settings"; import { api } from "./trpc"; -- cgit v1.2.3-70-g09d2