Skip to content

Commit

Permalink
style: Cleanup commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jan 26, 2024
1 parent b544bd1 commit 72ad11d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 3 additions & 5 deletions src/.vuepress/layouts/BlogPost.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@
</template>

<script lang="ts">
import { defineComponent, computed } from "vue";
import { usePageFrontmatter } from "@vuepress/client";
import BaseLayout from "@vuepress/theme-default/layouts/Layout.vue";
//import AboutMe from "../components/AboutMe.vue";
import { defineComponent, computed } from "vue"
import { usePageFrontmatter } from "@vuepress/client"
import BaseLayout from "@vuepress/theme-default/layouts/Layout.vue"
export default defineComponent({
name: "BlogPost",
components: {
//AboutMe,
BaseLayout,
},
setup() {
Expand Down
2 changes: 0 additions & 2 deletions src/.vuepress/layouts/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
<script lang="ts">
import { defineComponent, computed } from "vue"
import BaseLayout from "@vuepress/theme-default/layouts/Layout.vue"
//import AboutMe from "../components/AboutMe.vue"
export default defineComponent({
name: "ImprovedLayout",
components: {
//AboutMe,
BaseLayout,
}
});
Expand Down

0 comments on commit 72ad11d

Please sign in to comment.