Skip to content

Commit 3db8260

Browse files
[DURACOM-390] fix conflicts, update paths
1 parent 733f19b commit 3db8260

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/app-routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import {
3535
REQUEST_COPY_MODULE_PATH,
3636
WORKFLOW_ITEM_MODULE_PATH,
3737
} from './app-routing-paths';
38+
import { notAuthenticatedGuard } from './core/auth/not-authenticated.guard';
3839
import { ThemedForbiddenComponent } from './forbidden/themed-forbidden.component';
3940
import { homePageResolver } from './home-page/home-page.resolver';
4041
import { provideSuggestionNotificationsState } from './notifications/provide-suggestion-notifications-state';
@@ -45,7 +46,6 @@ import { PROCESS_MODULE_PATH } from './process-page/process-page-routing.paths';
4546
import { viewTrackerResolver } from './statistics/angulartics/dspace/view-tracker.resolver';
4647
import { provideSubmissionState } from './submission/provide-submission-state';
4748
import { SUGGESTION_MODULE_PATH } from './suggestions-page/suggestions-page-routing-paths';
48-
import { notAuthenticatedGuard } from "./core/auth/not-authenticated.guard";
4949

5050
export const APP_ROUTES: Route[] = [
5151
{ path: INTERNAL_SERVER_ERROR, component: ThemedPageInternalServerErrorComponent },

src/app/core/auth/not-authenticated.guard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { inject } from '@angular/core';
22
import { CanActivateFn } from '@angular/router';
33
import { map } from 'rxjs/operators';
44

5-
import { PAGE_NOT_FOUND_PATH } from '../../app-routing-paths';
5+
import { PAGE_NOT_FOUND_PATH } from '../router/core-routing-paths';
66
import { HardRedirectService } from '../services/hard-redirect.service';
77
import { AuthService } from './auth.service';
88

0 commit comments

Comments
 (0)