diff --git a/ui/src/components/MarkdownBody.tsx b/ui/src/components/MarkdownBody.tsx index 2a2ce11..7ebd77c 100644 --- a/ui/src/components/MarkdownBody.tsx +++ b/ui/src/components/MarkdownBody.tsx @@ -1,7 +1,7 @@ import type { CSSProperties } from "react"; import Markdown from "react-markdown"; import remarkGfm from "remark-gfm"; -import { parseProjectMentionHref } from "@paperclip/shared"; +import { parseProjectMentionHref } from "@paperclipai/shared"; import { cn } from "../lib/utils"; import { useTheme } from "../context/ThemeContext"; @@ -38,7 +38,7 @@ export function MarkdownBody({ children, className }: MarkdownBodyProps) { return (