feat: add src/app/login/page.tsx
This commit is contained in:
parent
cdfb526d9e
commit
b756e66d5c
|
|
@ -0,0 +1,6 @@
|
||||||
|
'use client'
|
||||||
|
import LoginPage from '@/components/admin/LoginPage'
|
||||||
|
|
||||||
|
export default function Login() {
|
||||||
|
return <LoginPage />
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue