mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 01:25:37 +01:00
Refactored intl messages.
This commit is contained in:
parent
fbccf4d3af
commit
7725b5c129
44 changed files with 558 additions and 485 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import AppLayout from 'components/layout/AppLayout';
|
||||
import TeamDetails from 'components/pages/settings/teams/TeamDetails';
|
||||
import TeamSettings from 'components/pages/settings/teams/TeamSettings';
|
||||
import useUser from 'hooks/useUser';
|
||||
import { useRouter } from 'next/router';
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ export default function TeamDetailPage() {
|
|||
|
||||
return (
|
||||
<AppLayout>
|
||||
<TeamDetails teamId={id} />
|
||||
<TeamSettings teamId={id} />
|
||||
</AppLayout>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue