Skip to content

Commit d421b2f

Browse files
committed
chore(): fix import path
1 parent 2191d08 commit d421b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schematics/util/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { strings } from '@angular-devkit/architect/node_modules/@angular-devkit/core';
1+
import { strings } from '@angular-devkit/core';
22

33
export function buildSelector(options: any, projectPrefix: string) {
44
let selector = strings.dasherize(options.name);

0 commit comments

Comments
 (0)