Skip to content

Commit

Permalink
fix(verify): import using lib folder (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck authored Mar 6, 2023
1 parent 08889b0 commit 5530793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/verify/lib/interfaces/VerifyControlError.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CheckStatus } from '../../lib/enums/index';
import { CheckStatus } from '../enums/index';

export type VerifyControlError = {
status: CheckStatus
Expand Down

0 comments on commit 5530793

Please sign in to comment.