2024-05-05 22:15:47 -07:00

11 lines
203 B
TypeScript

import { Metadata } from 'next';
import UTMReportPage from './UTMReportPage';
export default function () {
return <UTMReportPage />;
}
export const metadata: Metadata = {
title: 'Goals Report',
};