diff --git a/src/app/app-routing-paths.ts b/src/app/app-routing-paths.ts index 518622c8d1..efc60bb5e4 100644 --- a/src/app/app-routing-paths.ts +++ b/src/app/app-routing-paths.ts @@ -34,10 +34,6 @@ export function getBitstreamRequestACopyRoute(item, bitstream): { routerLink: st export const COAR_NOTIFY_SUPPORT = 'coar-notify-support'; -export function getCoarNotifyInfoRoute() { - return `/${COAR_NOTIFY_SUPPORT}`; -} - export const HOME_PAGE_PATH = 'admin'; export function getHomePageRoute() {