Skip to content

Commit

Permalink
fix: o3r schematics import
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaul-1A committed Nov 29, 2024
1 parent 413759f commit cd4825c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/@o3r/schematics/schematics/ng-add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ import type {
import {
NodeDependencyType,
} from '@schematics/angular/utility/dependencies';
import type {
NgAddSchematicsSchema,
} from './schema';
import {
createSchematicWithMetricsIfInstalled,
type DependencyToAdd,
getExternalDependenciesVersionRange,
setupDependencies,
} from '@o3r/schematics';
} from '../../src/public_api';
import type {
NgAddSchematicsSchema,
} from './schema';

/**
* Add Otter schematics to an Angular Project
Expand Down

0 comments on commit cd4825c

Please sign in to comment.