import { Navigate } from "react-router-dom"; export default function NewSurvey() { const id = crypto.randomUUID(); return ; }