From 6a1ecf094c7a7a53c177e44b387990d53ae62a20 Mon Sep 17 00:00:00 2001 From: akhisud3195 Date: Wed, 19 Feb 2025 17:33:04 +0530 Subject: [PATCH] Fix import issues --- apps/rowboat/app/projects/[projectId]/simulation/app.tsx | 2 +- .../app/projects/[projectId]/workflow/prompt_config.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/rowboat/app/projects/[projectId]/simulation/app.tsx b/apps/rowboat/app/projects/[projectId]/simulation/app.tsx index d818d88e..0e33993a 100644 --- a/apps/rowboat/app/projects/[projectId]/simulation/app.tsx +++ b/apps/rowboat/app/projects/[projectId]/simulation/app.tsx @@ -416,7 +416,7 @@ export default function SimulationApp() { actions={[ void runAllScenarios()} disabled={isRunning} icon={} primary diff --git a/apps/rowboat/app/projects/[projectId]/workflow/prompt_config.tsx b/apps/rowboat/app/projects/[projectId]/workflow/prompt_config.tsx index 3165c9de..f356044b 100644 --- a/apps/rowboat/app/projects/[projectId]/workflow/prompt_config.tsx +++ b/apps/rowboat/app/projects/[projectId]/workflow/prompt_config.tsx @@ -4,7 +4,7 @@ import { Divider } from "@nextui-org/react"; import { z } from "zod"; import { ActionButton, StructuredPanel } from "../../../lib/components/structured-panel"; import { EditableField } from "../../../lib/components/editable-field"; -import { XIcon } from "@heroicons/react/24/outline"; +import { XMarkIcon } from "@heroicons/react/24/outline"; export function PromptConfig({ prompt, @@ -53,7 +53,7 @@ export function PromptConfig({ } + icon={} > Close