first user setup and login
This commit is contained in:
10
app/(public)/login/page.tsx
Normal file
10
app/(public)/login/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import LoginForm from '@/components/LoginForm';
|
||||
import React, { useState } from 'react'
|
||||
|
||||
export default function LoginPage() {
|
||||
return (
|
||||
<div>
|
||||
<LoginForm />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user