Skip to content

Commit

Permalink
fix(detox): fix import path to project name and root helper
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Aug 18, 2023
1 parent 62f14c1 commit 9125024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/detox/src/generators/application/schema.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ProjectNameAndRootFormat } from '@nx/devkit/src/generators/project-name-directory-utils';
import type { ProjectNameAndRootFormat } from '@nx/devkit/src/generators/project-name-and-root-utils';
import type { Linter } from '@nx/linter';

export interface Schema {
Expand Down

0 comments on commit 9125024

Please sign in to comment.