Skip to content

Commit

Permalink
Revered import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Bartkowiak committed Mar 21, 2024
1 parent cdb13d7 commit 59c848b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions projects/schematics/src/shared/schematics-config-mappings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
*/

import { SchematicsException } from '@angular-devkit/schematics';
import { CDP_SCHEMATICS_CONFIG, QUOTE_SCHEMATICS_CONFIG } from './lib-configs';
import {
ASM_CUSTOMER_360_SCHEMATICS_CONFIG,
ASM_SCHEMATICS_CONFIG,
ASM_CUSTOMER_360_SCHEMATICS_CONFIG,
} from './lib-configs/asm-schematics-config';
import { QUOTE_SCHEMATICS_CONFIG } from './lib-configs';
import {
CART_BASE_SCHEMATICS_CONFIG,
CART_IMPORT_EXPORT_SCHEMATICS_CONFIG,
Expand Down Expand Up @@ -67,6 +67,7 @@ import {
USER_PROFILE_SCHEMATICS_CONFIG,
} from './lib-configs/user-schematics-config';
import { Module, SchematicConfig } from './utils/lib-utils';
import { CDP_SCHEMATICS_CONFIG } from './lib-configs';

/**
* A list of all schematics feature configurations.
Expand Down

0 comments on commit 59c848b

Please sign in to comment.