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