Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerPodacter committed Oct 29, 2024
1 parent b7f981a commit b566c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/LibFacet.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

import { LibRLP } from "solady/utils/LibRLP.sol";
import { LibRLP } from "lib/solady/src/utils/LibRLP.sol";

library LibFacet {
using LibRLP for LibRLP.List;
Expand Down

0 comments on commit b566c01

Please sign in to comment.