import React from 'react'; import { useParams, Link } from 'react-router-dom'; const CreateSubmission: React.FC = () => { const { id } = useParams(); return (
Submit your creative translation for this text
This page will contain a form for creating transcreations, including fields for the translated text, cultural adaptations, explanations, and target culture selection.