Fixed build.

This commit is contained in:
Mike Cao
2025-08-15 11:38:37 -07:00
parent b96b4941f4
commit 7abfa1cb5b
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
'use client';
import { TeamDetails } from '@/app/(main)/settings/teams/[teamId]/TeamDetails';
import { TeamProvider } from '@/app/(main)/settings/teams/[teamId]/TeamProvider';
import { TeamDetails } from '@/app/(main)/teams/[teamId]/TeamDetails';
import { TeamProvider } from '@/app/(main)/teams/[teamId]/TeamProvider';
export function AdminTeamPage({ teamId }: { teamId: string }) {
return (