import React from 'react'; import PromptTemplates from '../components/content-generator/PromptTemplates'; /** * Prompt Templates page. Standalone home for the reusable per-field prompt * bundles (titles, descriptions, tags, FAQ) that the Product Content wizard * applies at upload time. The list / editor lives in the shared * {@link PromptTemplates} component - this page only supplies the shell so the * menu entry can link straight to it. * * @return {JSX.Element} The Prompt Templates page. */ const PromptTemplatesPage = (): JSX.Element => (