Skip to content

Commit

Permalink
chore: export Fe struct from script.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
gnkz committed Aug 22, 2023
1 parent 593c0a4 commit 14fa740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {config, Rpc} from "./_modules/Config.sol";
import {fmt} from "./_modules/Fmt.sol";
import {format} from "./_utils/format.sol";
import {println} from "./_utils/println.sol";
import {fe} from "./_modules/fe.sol";
import {fe, Fe} from "./_modules/fe.sol";

contract Script {
bool public IS_SCRIPT = true;
Expand Down

0 comments on commit 14fa740

Please sign in to comment.