2020-01-27 19:31:59 -05:00

22 lines
372 B
TypeScript

import categories from "./categories";
import copy from "./copy";
import css from "./css";
import errors from "./errors";
import homepage from "./homepage";
import posts from "./posts";
import rss from "./rss";
import tutorials from "./tutorials";
import years from "./years";
export = {
categories,
copy,
css,
errors,
homepage,
posts,
rss,
tutorials,
years,
};