Skip to content

Commit 66f4d0f

Browse files
committed
refactor(shadcn-ui): Simplify imports in change-add-executor
- Reorganize imports to consolidate `getProjects` under `@nx/devkit` - Removed unused import from `nx/src/generators/utils/project-configuration`
1 parent 17df238 commit 66f4d0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/shadcn-ui/src/migrations/change-add-executor/change-add-executor.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { Tree, updateProjectConfiguration } from '@nx/devkit'
2-
import { getProjects } from 'nx/src/generators/utils/project-configuration'
1+
import { getProjects, Tree, updateProjectConfiguration } from '@nx/devkit'
32

43
/**
54
* Migrates all "add" targets with @nx-extend/shadcn-ui:add target to become "add-component"

0 commit comments

Comments
 (0)