mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 15:58:38 -05:00
add skeleton of launch prompt wizard
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
function InventoryStep() {
|
||||
return <div>Choose an inventory</div>;
|
||||
}
|
||||
|
||||
export default InventoryStep;
|
||||
Reference in New Issue
Block a user