import { LoginForm } from '@widgets/login-form' import styles from './LoginPage.module.css' export function LoginPage() { return (
) }