create base components
This commit is contained in:
7
frontend/app/(auth)/login/page.tsx
Normal file
7
frontend/app/(auth)/login/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react'
|
||||
|
||||
const LoginPage = () => {
|
||||
return <div> LoginPage</div>
|
||||
}
|
||||
|
||||
export default LoginPage
|
||||
Reference in New Issue
Block a user