import archive from "./archive"; import copy from "./copy"; import css from "./css"; import errors from "./errors"; import homepage from "./homepage"; import posts from "./posts"; import * as rss from "./rss"; import tags from "./tags"; import tutorials from "./tutorials"; import years from "./years"; export = { archive, copy, css, errors, homepage, posts, rss, tags, tutorials, years, };