import React from 'react'; import { Code2, Settings, Trash2, FolderOpen } from 'lucide-react'; import type { Feature, FeatureGroup } from '../../types'; interface FeatureCardProps { feature: Feature; group: FeatureGroup; } export function FeatureCard({ feature, group }: FeatureCardProps) { return (
{feature.description}