File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/app/features/preprints Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,6 @@ export const preprintsRoutes: Routes = [
4545 ( c ) => c . PreprintsLandingComponent
4646 ) ,
4747 } ,
48- {
49- path : ':providerId' ,
50- loadComponent : ( ) =>
51- import ( '@osf/features/preprints/pages/preprint-provider-overview/preprint-provider-overview.component' ) . then (
52- ( c ) => c . PreprintProviderOverviewComponent
53- ) ,
54- } ,
5548 {
5649 path : ':providerId/discover' ,
5750 loadComponent : ( ) =>
@@ -109,6 +102,13 @@ export const preprintsRoutes: Routes = [
109102 ) ,
110103 canDeactivate : [ ConfirmLeavingGuard ] ,
111104 } ,
105+ {
106+ path : ':providerId' ,
107+ loadComponent : ( ) =>
108+ import ( '@osf/features/preprints/pages/preprint-provider-overview/preprint-provider-overview.component' ) . then (
109+ ( c ) => c . PreprintProviderOverviewComponent
110+ ) ,
111+ } ,
112112 ] ,
113113 } ,
114114] ;
You can’t perform that action at this time.
0 commit comments