new view and components

This commit is contained in:
2025-09-03 20:41:25 -04:00
parent 685c92a82f
commit 2da630c8a8
29 changed files with 680 additions and 203 deletions
+1 -2
View File
@@ -2,10 +2,9 @@ import SearchUser from "../Components/SearchUser/searchUser";
export default function Page() {
return (
<section className='containerForm'>
<section className='containerSection'>
<h2 className='title'> PROGRAMAS </h2>
<SearchUser/>
</section>
);