const Forum = artifacts.require("Forum");
module.exports = function(deployer) {
deployer.deploy(Forum);
};