diff options
Diffstat (limited to '')
| -rw-r--r-- | apps/cli/src/commands/bookmarks.ts (renamed from apps/cli/commands/bookmarks.ts) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cli/commands/bookmarks.ts b/apps/cli/src/commands/bookmarks.ts index 0da3dd71..264ad818 100644 --- a/apps/cli/commands/bookmarks.ts +++ b/apps/cli/src/commands/bookmarks.ts @@ -1,7 +1,7 @@ import * as fs from "node:fs"; +import { getAPIClient } from "@/lib/trpc"; import { Command } from "@commander-js/extra-typings"; import chalk from "chalk"; -import { getAPIClient } from "lib/trpc"; import type { ZBookmark } from "@hoarder/shared/types/bookmarks"; |
