move info module paths to separate file

This commit is contained in:
Art Lowel
2020-09-30 13:53:04 +02:00
parent c67d2e6718
commit 3e191bb56e
4 changed files with 19 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ import { MetadataSchema } from '../metadata/metadata-schema.model';
import { BrowseDefinition } from './browse-definition.model';
import { DSpaceObject } from './dspace-object.model';
import { getUnauthorizedRoute } from '../../app-routing-paths';
import { getEndUserAgreementPath } from '../../info/info-routing.module';
import { getEndUserAgreementPath } from '../../info/info-routing-paths';
/**
* This file contains custom RxJS operators that can be used in multiple places