BlogHome.js 527 Bytes
import Vue from "vue";
import ArticleList from "@theme/components/Blog/ArticleList.vue";
import BlogHero from "@theme/components/Blog/BlogHero.vue";
import BlogInfo from "@BlogInfo";
import MyTransition from "@theme/components/MyTransition.vue";
import ProjectList from "@theme/components/Blog/ProjectList.vue";
export default Vue.extend({
    name: "BlogHome",
    components: {
        ArticleList,
        BlogHero,
        BlogInfo,
        MyTransition,
        ProjectList,
    },
});
//# sourceMappingURL=BlogHome.js.map