Pixel/link metrics pages.
This commit is contained in:
6
src/components/hooks/context/useTeam.ts
Normal file
6
src/components/hooks/context/useTeam.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { TeamContext } from '@/app/(main)/teams/TeamProvider';
|
||||
import { useContext } from 'react';
|
||||
|
||||
export function useTeam() {
|
||||
return useContext(TeamContext);
|
||||
}
|
||||
Reference in New Issue
Block a user