define('forum/account/downvoted', ['forum/account/header', 'forum/account/posts'], function (header, posts) {
    const Downvoted = {};

    Downvoted.init = function () {
        header.init();