Refactored website components. New layout.
This commit is contained in:
6
src/app/(main)/websites/[websiteId]/utm/UTMPage.tsx
Normal file
6
src/app/(main)/websites/[websiteId]/utm/UTMPage.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
'use client';
|
||||
import { Column } from '@umami/react-zen';
|
||||
|
||||
export function UTMPage({ websiteId }: { websiteId: string }) {
|
||||
return <Column>Goals {websiteId}</Column>;
|
||||
}
|
||||
Reference in New Issue
Block a user