import OLCol from '@/features/ui/components/ol/ol-col' import OLRow from '@/features/ui/components/ol/ol-row' import { useTemplateContext } from '../context/template-context' function TemplatePreview() { const { template, setTemplate } = useTemplateContext() return (
{template.name}
) } export default TemplatePreview