diff --git a/src/app/(main)/teams/[teamId]/reports/goals/page.tsx b/src/app/(main)/teams/[teamId]/reports/goals/page.tsx new file mode 100644 index 00000000..34aab933 --- /dev/null +++ b/src/app/(main)/teams/[teamId]/reports/goals/page.tsx @@ -0,0 +1,3 @@ +import Page from 'app/(main)/reports/goals/page'; + +export default Page;