Changed route ids to be more explicit.
This commit is contained in:
5
src/app/(main)/teams/[teamId]/layout.tsx
Normal file
5
src/app/(main)/teams/[teamId]/layout.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import Team from './Team';
|
||||
|
||||
export default function ({ children }) {
|
||||
return <Team>{children}</Team>;
|
||||
}
|
||||
Reference in New Issue
Block a user