summaryrefslogtreecommitdiff
path: root/src/pages/login.jsx
blob: 0039e6b5b12b681f177e0b624af546b2e079913f (plain)
1
2
3
4
5
import LoginComponent from '@/lib/auth/components/Login'

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