summaryrefslogtreecommitdiff
path: root/src/pages/login.jsx
blob: b9009b8e8f12be4218ef64c2acb531266170365c (plain)
1
2
3
4
5
6
7
import LoginComponent from "@/lib/auth/components/Login"

export default function Login() {
  return (
    <LoginComponent />
  )
}