mirror of
https://github.com/umami-software/umami.git
synced 2026-02-23 22:15:35 +01:00
Teams context settings.
This commit is contained in:
parent
4429198397
commit
8f853ddb97
77 changed files with 317 additions and 272 deletions
5
src/app/(main)/teams/[teamId]/settings/team/page.tsx
Normal file
5
src/app/(main)/teams/[teamId]/settings/team/page.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import Team from './Team';
|
||||
|
||||
export default function ({ params: { teamId } }) {
|
||||
return <Team teamId={teamId} />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue