changed names
This commit is contained in:
@@ -9,7 +9,7 @@ import Prompts from "@/app/components/prompts/Prompts";
|
||||
import useAgentForm from "@/app/hooks/useAgentForm";
|
||||
import Alert from "@/app/components/alerts/Alert";
|
||||
|
||||
const Page = () => {
|
||||
const AddAgentPage = () => {
|
||||
const [isChecked, setIsChecked] = useState(false);
|
||||
|
||||
const handleCheckboxChange = (e) => {
|
||||
@@ -136,4 +136,4 @@ const Page = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default Page;
|
||||
export default AddAgentPage;
|
||||
|
||||
Reference in New Issue
Block a user