import React from "react"; import TextField from "@/app/components/fields/textfield"; // import Prompts from "@/app/components/prompts/Prompts"; import TopHeader from "@/app/components/topHeader/TopHeader"; import TopToolTip from "@/app/components/topToolTip/TopToolTip"; import globalStyle from "../../globalStyle.module.css"; import createAgentStyle from "./styles.module.css"; const page = () => { return (
{/* Create Crediantial Container */}
{/* Header */}
{/* Agent name input */}
{/* Kubernetes API input */}
{/* Checkbox */}
{/* Agent endpoint */}
); }; export default page;