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

@@ -7,7 +7,7 @@ import globalStyle from "../../globalStyle.module.css";
import createAgentStyle from "./styles.module.css";
import Prompts from "@/app/components/prompts/Prompts";
const Page = () => {
const ViewAgentPage = () => {
const [isChecked, setIsChecked] = useState(false);
const handleCheckboxChange = (e) => {
@@ -103,4 +103,4 @@ const Page = () => {
);
};
export default Page;
export default ViewAgentPage;