mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Fixed build.
This commit is contained in:
parent
2975b560fd
commit
f02bc13ac3
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { Metadata } from 'next';
|
||||
import LoginPage from './LoginPage';
|
||||
|
||||
export default async function LoginPage() {
|
||||
export default async function () {
|
||||
return <LoginPage />;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue