removed(InterviewForm): testing button

This commit is contained in:
darkicewolf50 2025-04-19 11:45:08 -06:00
parent 480e14e74c
commit da1b08951a

View File

@ -207,13 +207,6 @@ export default function InterviewForm() {
<button>Check Out the rest of the site here</button>
</Link>
</dialog>
<button
onClick={() => {
dialogRef.current.showModal();
}}>
Show the modal
</button>
</>
);
}