mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Fixed build.
This commit is contained in:
parent
2975b560fd
commit
f02bc13ac3
@ -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 />;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user