add skeleton of launch prompt wizard

This commit is contained in:
Keith Grant
2020-03-25 15:09:02 -07:00
parent e9d11be680
commit 49b1ce6e8c
9 changed files with 598 additions and 18 deletions
@@ -0,0 +1,7 @@
import React from 'react';
function InventoryStep() {
return <div>Choose an inventory</div>;
}
export default InventoryStep;