diff --git a/frontend/src/components/CommunityHub/PublishEntityModal/SystemPrompts/index.jsx b/frontend/src/components/CommunityHub/PublishEntityModal/SystemPrompts/index.jsx index a3187922..29ffeb17 100644 --- a/frontend/src/components/CommunityHub/PublishEntityModal/SystemPrompts/index.jsx +++ b/frontend/src/components/CommunityHub/PublishEntityModal/SystemPrompts/index.jsx @@ -3,7 +3,7 @@ import { useTranslation } from "react-i18next"; import CommunityHub from "@/models/communityHub"; import showToast from "@/utils/toast"; import paths from "@/utils/paths"; -import { X } from "@phosphor-icons/react/dist/ssr"; +import { X } from "@phosphor-icons/react"; export default function SystemPrompts({ entity }) { const { t } = useTranslation();