import React from "react"; import globalStyle from "../../globalStyle.module.css"; import TopHeader from "@/app/components/topHeader/TopHeader"; import styles from "./styles.module.css"; import Image from "next/image"; import TopToolTip from "@/app/components/topToolTip/TopToolTip"; import TextField from "@/app/components/fields/textfield"; const AddCredentials = () => { return (
badge image

Organization Badge(Optional)

Organization Name *

The name is already in used. You can try another.

); }; export default AddCredentials;