"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var BlogEntry = (function () {
function BlogEntry() {
}
return BlogEntry;
}());
exports.BlogEntry = BlogEntry;
//# sourceMappingURL=blog-entry.js.map