Skip to content

Commit

Permalink
fix: @nrwl/devkit to @nx/devkit
Browse files Browse the repository at this point in the history
  • Loading branch information
thatsamsonkid committed Dec 9, 2024
1 parent 58ea570 commit e6871cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/tools/src/executors/docs/generate-ui-docs/executor.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ExecutorContext } from '@nrwl/devkit';
import { ExecutorContext } from '@nx/devkit';
import { GenerateUiDocsExecutorSchema } from './schema';

import fs from 'fs';
Expand Down

0 comments on commit e6871cb

Please sign in to comment.