umami/src/app/(main)/teams/[teamId]/reports/page.tsx

4 lines
66 B
TypeScript
Raw Normal View History

2024-02-03 01:49:17 +00:00
import Page from 'app/(main)/reports/page';
2024-01-30 08:10:25 +00:00
2024-02-03 01:49:17 +00:00
export default Page;