mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 11:01:45 +00:00
This commit improves the visual design of the auth pages by adding a new layout wrapper with an animated blob background effect and updating the auth card shell with a glassmorphism style. It also updates the navigation items to use capitalized labels instead of lowercase for better readability.
6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
import { LoginForm } from "@/features/auth/components/login-form";
|
|
|
|
export default function LoginPage() {
|
|
return <LoginForm />;
|
|
}
|