mirror of
https://github.com/umami-software/umami.git
synced 2026-02-24 06:25:43 +01:00
Changed import path.
This commit is contained in:
parent
a62e84f516
commit
8525188e42
365 changed files with 1277 additions and 1267 deletions
|
|
@ -1,10 +1,10 @@
|
|||
'use client';
|
||||
import { TeamContext } from 'app/(main)/teams/[teamId]/TeamProvider';
|
||||
import WebsiteAddButton from 'app/(main)/settings/websites/WebsiteAddButton';
|
||||
import { useLogin, useMessages } from 'components/hooks';
|
||||
import PageHeader from 'components/layout/PageHeader';
|
||||
import { TeamContext } from '@/app/(main)/teams/[teamId]/TeamProvider';
|
||||
import WebsiteAddButton from '@/app/(main)/settings/websites/WebsiteAddButton';
|
||||
import { useLogin, useMessages } from '@/components/hooks';
|
||||
import PageHeader from '@/components/layout/PageHeader';
|
||||
import TeamWebsitesDataTable from './TeamWebsitesDataTable';
|
||||
import { ROLES } from 'lib/constants';
|
||||
import { ROLES } from '@/lib/constants';
|
||||
import { useContext } from 'react';
|
||||
|
||||
export function TeamWebsitesPage({ teamId }: { teamId: string }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue