Skip to content

Commit

Permalink
fix: docs (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShaito authored Jul 16, 2024
1 parent 77e9130 commit 8b25c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/interfaces/IModule.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;

import {IOracle} from '../interfaces/IOracle.sol';
import {IOracle} from './IOracle.sol';

/**
* @title Module
Expand Down

0 comments on commit 8b25c6d

Please sign in to comment.