first commit

This commit is contained in:
2025-09-02 19:50:17 -04:00
parent fe4a89f81e
commit 685c92a82f
37 changed files with 1460 additions and 301 deletions
+13
View File
@@ -0,0 +1,13 @@
import SearchUser from "../Components/SearchUser/searchUser";
export default function Page() {
return (
<section className='containerForm'>
<h2 className='title'> PROGRAMAS </h2>
<SearchUser/>
</section>
);
}
//IO