Skip to content

Commit

Permalink
resolve circlar dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
i53577 committed Oct 8, 2024
1 parent 6244348 commit 53ce472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-libs/cdc/root/config/cdc-config-initializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

import { Injectable, inject } from '@angular/core';
import { CdcConfig } from '@spartacus/cdc/root';
import { CdcConfig } from './cdc-config';
import { BaseSiteService, ConfigInitializer } from '@spartacus/core';
import { Observable, lastValueFrom } from 'rxjs';
import { map, take } from 'rxjs/operators';
Expand Down

0 comments on commit 53ce472

Please sign in to comment.