Fixed TeamsProvider not working.

This commit is contained in:
Mike Cao
2024-02-07 10:27:23 -08:00
parent 46a57183a1
commit 91e679643f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
'use client';
import { createContext, ReactNode, useEffect } from 'react';
import { useTeam } from 'components/hooks';
import { Loading } from 'react-basics';