Portalweb/app/page.tsx

6 lines
120 B
TypeScript
Raw Permalink Normal View History

import Login from '../src/features/login/components/LoginForm';
2025-12-26 23:07:58 +00:00
export default function Home() {
return <Login />;
2025-12-26 23:07:58 +00:00
}