UTM report.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
'use client';
|
||||
import { Metadata } from 'next';
|
||||
import ReportsHeader from './ReportsHeader';
|
||||
import ReportsDataTable from './ReportsDataTable';
|
||||
|
||||
@@ -10,6 +11,7 @@ export default function ReportsPage({ teamId }: { teamId: string }) {
|
||||
</>
|
||||
);
|
||||
}
|
||||
export const metadata = {
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Reports',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user