2024-03-14 02:45:00 -07:00

11 lines
201 B
TypeScript

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