mirror of https://github.com/logos-co/staking.git
fix import
This commit is contained in:
parent
57bc268288
commit
6a05b57f40
|
@ -4,6 +4,7 @@ pragma solidity 0.8.20;
|
|||
|
||||
import "./StakeManager.sol";
|
||||
import "@openzeppelin/contracts/access/Ownable.sol";
|
||||
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
|
||||
/**
|
||||
* @title StakeVault
|
||||
* @author Ricardo Guilherme Schmidt <ricardo3@status.im>
|
||||
|
|
Loading…
Reference in New Issue