mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-16 02:05:04 +01:00
Fixed build.
This commit is contained in:
parent
2975b560fd
commit
f02bc13ac3
@ -1,6 +1,7 @@
|
||||
import { Metadata } from 'next';
|
||||
import LoginPage from './LoginPage';
|
||||
|
||||
export default async function LoginPage() {
|
||||
export default async function () {
|
||||
return <LoginPage />;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user