changed names

This commit is contained in:
2026-03-05 16:20:00 +08:00
parent b3f7427e95
commit fcaa310502
7 changed files with 14 additions and 14 deletions

View File

@@ -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;