resolve /ssr icon issue

resolves #4011
This commit is contained in:
timothycarambat 2025-06-16 14:29:33 -07:00
parent 96b532a0f4
commit c4f49ff6b4

View File

@ -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();