diff --git a/frontend/src/components/Plugin/PluginLayout.tsx b/frontend/src/components/Plugin/PluginLayout.tsx index afcb8fe..223b7da 100644 --- a/frontend/src/components/Plugin/PluginLayout.tsx +++ b/frontend/src/components/Plugin/PluginLayout.tsx @@ -1,6 +1,5 @@ import { SkillSettings } from './SkillSettings'; import { ToolSettings } from './ToolSettings'; -import { WorkflowTemplateSettings } from './WorkflowTemplateSettings'; interface PluginLayoutProps { resourceTab: string; @@ -20,14 +19,6 @@ export function PluginLayout({ resourceTab, setResourceTab }: PluginLayoutProps) > Skills -