import React from 'react'; import { Navigate } from 'react-router-dom'; const ApplicationPlan = () => { // Redirect legacy route to the Applications page with the plan modal open return ; }; export default ApplicationPlan;