Skip to content

Commit

Permalink
fix: Fix SSTORE2 import
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Sep 3, 2024
1 parent 7f13fc7 commit 743e27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/NFTMetadata/utils/FixedAssets.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//SPDX-License-Identifier: MIT
pragma solidity 0.8.18;

import "lib/Solady/src/utils/SSTORE2.sol";
import "Solady/utils/SSTORE2.sol";

contract FixedAssetReader {
struct Asset {
Expand Down

0 comments on commit 743e27c

Please sign in to comment.