Skip to content

Commit

Permalink
chore: fixing import path
Browse files Browse the repository at this point in the history
  • Loading branch information
nican0r committed Sep 20, 2024
1 parent 095e4b9 commit 2f6f7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/NFTMetadata/MetadataNFT.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 "Solady/utils/SSTORE2.sol";
import "lib/Solady/src/utils/SSTORE2.sol";
import "./utils/JSON.sol";

import "./utils/baseSVG.sol";
Expand Down

0 comments on commit 2f6f7a6

Please sign in to comment.