import React from 'react'; import type { TemplatePageViewProps } from './template-page-view'; import { TemplatePageView } from './template-page-view'; type TemplatePageProps = Pick; export default function TemplatePage({ params }: TemplatePageProps) { return ; }