[
  {
  	"step": "0",
    "component": "Home"
  },
  {
    "step": "1",
    "component": "CourseTypeList"
  },
  {
    "step": "2",
    "component": "ProductList"
  },
  {
    "step": "3",
    "component": "ProductDetail"
  },
  {
    "step": "4",
    "component": "GeneralInfo"
  },
  {
    "step": "5",
    "component": "OrderSummary"
  },
  {
    "step": "6",
    "component": "StudentRegister"
  },
  {
    "step": "7",
    "component": "PurchaseOrder"
  },
  {
    "step": "8",
    "component": "CheckOut"
  },
  {
    "step": "9",
    "component": "ProcessingOrder"
  },
  {
    "step": "10",
    "component": "OrderConfirmation"
  }
]