Fixed build.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Metadata } from 'next';
|
||||
import LoginPage from './LoginPage';
|
||||
|
||||
export default async function LoginPage() {
|
||||
export default async function () {
|
||||
return <LoginPage />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user