mirror of
https://github.com/vacp2p/minime.git
synced 2026-01-08 21:17:56 -05:00
move sampleCampaing to tests
This commit is contained in:
@@ -25,8 +25,8 @@ pragma solidity ^0.8.0;
|
||||
/// funds for non-profit causes, but it can be customized for any variety of
|
||||
/// purposes.
|
||||
|
||||
import { MiniMeToken } from "../MiniMeToken.sol";
|
||||
import { TokenController } from "../TokenController.sol";
|
||||
import { MiniMeToken } from "contracts/MiniMeToken.sol";
|
||||
import { TokenController } from "contracts/TokenController.sol";
|
||||
import { Owned } from "./Owned.sol";
|
||||
|
||||
error NotAuthorized();
|
||||
Reference in New Issue
Block a user