changed names
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user