Files
Greenlens/greenlns-landing/app/identify-plant-photo/page.tsx
2026-07-10 11:29:04 +02:00

5 lines
198 B
TypeScript

import { buildSeoPageMetadata, createSeoPage } from '@/lib/seoPageFactory'
export const metadata = buildSeoPageMetadata('identify-plant-photo')
export default createSeoPage('identify-plant-photo')