add exhaustionstep and resumesearch concepts
[scpubgit/DX.git] / lib / DX / Step / ConsiderProposition.pm
index 386048c..c131791 100644 (file)
@@ -1,5 +1,7 @@
 package DX::Step::ConsiderProposition;
 
+use DX::Value::Unset;
+use DX::ActionBuilder::UnsetValue;
 use DX::Class;
 
 with 'DX::Role::Step';