import { Metadata } from 'next'; import App from './App'; export default async function ({ children }) { return {children}; } export const metadata: Metadata = { title: { template: '%s | Umami', default: 'Umami', }, };