diff --git a/src/components/rule-collections/RuleCollectionListEntry.tsx b/src/components/rule-collections/RuleCollectionListEntry.tsx index 8223ce3..eda7248 100644 --- a/src/components/rule-collections/RuleCollectionListEntry.tsx +++ b/src/components/rule-collections/RuleCollectionListEntry.tsx @@ -3,6 +3,7 @@ import { Book, Trash2, Pencil, Save } from 'lucide-react'; import type { RuleCollection } from '../../types/ruleCollection.types'; import { useRuleCollectionsStore } from '../../store/ruleCollectionsStore'; import DeletionDialog from './DeletionDialog'; + import SaveRuleCollectionDialog from './SaveRuleCollectionDialog'; import { useKeyboardActivation } from '../../hooks/useKeyboardActivation';