move sampleCampaing to tests

This commit is contained in:
Ricardo Guilherme Schmidt 2023-09-26 12:55:37 -03:00
parent 1e121ec34b
commit 54f0ee1857
2 changed files with 2 additions and 2 deletions

View File

@ -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();