Skip to content

Commit

Permalink
changing the theme name
Browse files Browse the repository at this point in the history
  • Loading branch information
Arta Seyedian committed Jun 18, 2024
1 parent 617a810 commit 319e19c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/themes/eager-themes.module.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { NgModule } from '@angular/core';
// import { EagerThemeModule as DSpaceEagerThemeModule } from './dspace/eager-theme.module';
// import { EagerThemeModule as CustomEagerThemeModule } from './custom/eager-theme.module';
import { EagerThemeModule as DSpaceSimpleEagerThemeModule } from './dspace-simple/eager-theme.module';
// import { EagerThemeModule as DSpaceSimpleEagerThemeModule } from './dspace-simple/eager-theme.module';
import { EagerThemeModule as DSpaceCustomEagerThemeModule } from './pedspace-custom/eager-theme.module';

/**
* This module bundles the eager theme modules for all available themes.
Expand All @@ -14,7 +15,7 @@ import { EagerThemeModule as DSpaceSimpleEagerThemeModule } from './dspace-simpl
imports: [
// DSpaceEagerThemeModule,
// CustomEagerThemeModule,
DSpaceSimpleEagerThemeModule,
DSpaceCustomEagerThemeModule,
],
})
export class EagerThemesModule {
Expand Down

0 comments on commit 319e19c

Please sign in to comment.