diff --git a/src/App.jsx b/src/App.jsx index 14dac86..d16b249 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,5 +1,4 @@ import './App.css' -import React, { useState } from "react"; export default function HcpCliAssistant() { const steps = [ @@ -25,7 +24,7 @@ export default function HcpCliAssistant() { externalNetworkId: "", ingressFloatingIp: "", nodeFlavor: "", - nodeAZ: "", + nodeAZ: "",eaeae nodeImageName: "", dnsNameservers: "", additionalPorts: "", @@ -147,10 +146,10 @@ export default function HcpCliAssistant() { } }; const prevStep = () => setStep((prev) => Math.max(prev - 1, 0)); - +aefea return (