Fixed TeamsProvider not working.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
'use client';
|
||||
import TeamProvider from 'app/(main)/teams/[teamId]/TeamProvider';
|
||||
|
||||
export default function ({ children, params: { teamId } }) {
|
||||
return <TeamProvider teamId={teamId}>{children}</TeamProvider>;
|
||||
}
|
||||
Reference in New Issue
Block a user