mirror of
https://github.com/umami-software/umami.git
synced 2026-02-22 21:45:36 +01:00
Updated page titles.
This commit is contained in:
parent
b2a7aaaad0
commit
d5b4da63df
35 changed files with 74 additions and 34 deletions
|
|
@ -1,5 +1,10 @@
|
|||
import TeamProvider from './TeamProvider';
|
||||
import { Metadata } from 'next';
|
||||
|
||||
export default function ({ children, params: { teamId } }) {
|
||||
return <TeamProvider teamId={teamId}>{children}</TeamProvider>;
|
||||
}
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Teams',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue