Skip to content

Commit

Permalink
fix conflict resolution mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shintaro Tanaka committed Sep 4, 2020
1 parent 924fa05 commit f35073a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/client/theme-default/components/Page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

<script>
import NextAndPrevLinks from './NextAndPrevLinks.vue'
import PageEdit from './PageEdit.vue'
export default {
components:{ NextAndPrevLinks }
components:{ NextAndPrevLinks, PageEdit }
}
</script>

Expand All @@ -36,9 +37,3 @@ export default {
margin-top: 0;
} */
</style>
<script>
import PageEdit from './PageEdit.vue'
export default {
components: { PageEdit }
}
</script>

0 comments on commit f35073a

Please sign in to comment.