Skip to content

Commit

Permalink
Path updated
Browse files Browse the repository at this point in the history
  • Loading branch information
remedcu committed Mar 19, 2024
1 parent 5451085 commit 74a43e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/4337/contracts/experimental/WebAuthnSigner.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pragma solidity >=0.8.0;

import {SignatureValidatorConstants} from "./SignatureValidatorConstants.sol";
import {IUniqueSignerFactory} from "./SafeSignerLaunchpad.sol";
import {IUniqueSignerFactory} from "../test/TestSafeSignerLaunchpad.sol";
import {SignatureValidator} from "./SignatureValidator.sol";
import {IWebAuthnVerifier, WebAuthnConstants} from "./verifiers/WebAuthnVerifier.sol";

Expand Down

0 comments on commit 74a43e2

Please sign in to comment.