mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 13:03:04 +00:00
removed unused modules
This commit is contained in:
@@ -21,7 +21,6 @@ import { appMetaReducers, debugMetaReducers } from './app.metareducers';
|
||||
|
||||
import { CoreModule } from './core/core.module';
|
||||
import { AppRoutingModule } from './app-routing.module';
|
||||
import { TransferHttpModule } from '../modules/transfer-http/transfer-http.module';
|
||||
|
||||
import { AppComponent } from './app.component';
|
||||
import { HeaderComponent } from './header/header.component';
|
||||
@@ -66,7 +65,6 @@ if (!ENV_CONFIG.production) {
|
||||
EffectsModule.forRoot(appEffects),
|
||||
StoreModule.forRoot(appReducers),
|
||||
StoreRouterConnectingModule,
|
||||
TransferHttpModule,
|
||||
...DEV_MODULES
|
||||
],
|
||||
providers: [
|
||||
|
Reference in New Issue
Block a user