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

9 lines
164 B
TypeScript
Raw Normal View History

2024-02-03 01:49:17 +00:00
import Page from 'app/(main)/reports/page';
2024-02-17 23:12:14 +00:00
import { Metadata } from 'next';
2024-01-30 08:10:25 +00:00
2024-02-03 01:49:17 +00:00
export default Page;
2024-02-17 23:12:14 +00:00
export const metadata: Metadata = {
title: 'Team Reports',
};