import {Fragment} from 'react'; import {Redirect} from 'sentry/components/route'; const legacyOrganizationRedirectRoutes = () => ( ) as any; // TODO(ts): This does not play nicely with sentry's RoutesHook type export default legacyOrganizationRedirectRoutes;