Files
front-AT/app/Monitor/page.tsx
T
2025-09-02 19:50:17 -04:00

13 lines
262 B
TypeScript

import SearchUser from "../Components/SearchUser/searchUser";
export default function Page() {
return (
<section className='containerForm'>
<h2 className='title'> MONITOR DE MAQUINAS DISPONIBLES </h2>
<SearchUser/>
</section>
);
}
//IO