dify/web/app/components/workflow/skill/start-tab
yyh 8326b9e3e5
refactor(skill): remove React.FC type annotations from all components
Replace FC<Props> pattern with direct props typing in function parameters
for better TypeScript inference and modern React best practices.
2026-01-28 23:34:08 +08:00
..
category-tabs refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
action-card.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
create-import-section.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
index.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
section-header.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
skill-templates-section.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
template-search.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00