diff options
Diffstat (limited to 'apps/cli/src/commands')
| -rw-r--r-- | apps/cli/src/commands/bookmarks.ts | 4 | ||||
| -rw-r--r-- | apps/cli/src/commands/lists.ts | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/cli/src/commands/bookmarks.ts b/apps/cli/src/commands/bookmarks.ts index b6f7b2d3..130ad376 100644 --- a/apps/cli/src/commands/bookmarks.ts +++ b/apps/cli/src/commands/bookmarks.ts @@ -9,11 +9,11 @@ import { import { getAPIClient } from "@/lib/trpc"; import { Command } from "@commander-js/extra-typings"; -import type { ZBookmark } from "@hoarder/shared/types/bookmarks"; +import type { ZBookmark } from "@karakeep/shared/types/bookmarks"; import { BookmarkTypes, MAX_NUM_BOOKMARKS_PER_PAGE, -} from "@hoarder/shared/types/bookmarks"; +} from "@karakeep/shared/types/bookmarks"; export const bookmarkCmd = new Command() .name("bookmarks") diff --git a/apps/cli/src/commands/lists.ts b/apps/cli/src/commands/lists.ts index 57b6d948..864fa790 100644 --- a/apps/cli/src/commands/lists.ts +++ b/apps/cli/src/commands/lists.ts @@ -9,7 +9,7 @@ import { getAPIClient } from "@/lib/trpc"; import { Command } from "@commander-js/extra-typings"; import { getBorderCharacters, table } from "table"; -import { listsToTree } from "@hoarder/shared/utils/listUtils"; +import { listsToTree } from "@karakeep/shared/utils/listUtils"; export const listsCmd = new Command() .name("lists") |
