Skip to content

Commit 56e7d4b

Browse files
committed
Removed unneeded export in shared.module.ts
1 parent d98d3fe commit 56e7d4b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/app/shared/shared.module.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -178,16 +178,6 @@ import { BitstreamRequestACopyPageComponent } from './bitstream-request-a-copy-p
178178
import { DsSelectComponent } from './ds-select/ds-select.component';
179179
import { LogInOidcComponent } from './log-in/methods/oidc/log-in-oidc.component';
180180

181-
/**
182-
* Declaration needed to make sure all decorator functions are called in time
183-
*/
184-
export const MODELS = [
185-
SearchObjects,
186-
FacetConfigResponse,
187-
FacetValues,
188-
SearchResult
189-
];
190-
191181
const MODULES = [
192182
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
193183
CommonModule,

0 commit comments

Comments
 (0)