diff --git a/app/javascript/dashboard/components-next/copilot/Copilot.vue b/app/javascript/dashboard/components-next/copilot/Copilot.vue index 1308dae8d..b5a0fb8a7 100644 --- a/app/javascript/dashboard/components-next/copilot/Copilot.vue +++ b/app/javascript/dashboard/components-next/copilot/Copilot.vue @@ -9,7 +9,7 @@ import CopilotAgentMessage from './CopilotAgentMessage.vue'; import CopilotAssistantMessage from './CopilotAssistantMessage.vue'; import CopilotThinkingGroup from './CopilotThinkingGroup.vue'; import ToggleCopilotAssistant from './ToggleCopilotAssistant.vue'; -import Button from '../button/Button.vue'; +import CopilotHeader from './CopilotHeader.vue'; import CopilotEmptyState from './CopilotEmptyState.vue'; const props = defineProps({ @@ -93,25 +93,11 @@ watch(