Skip to content

Commit

Permalink
Removes unused codeblock comp.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlon committed Jan 10, 2024
1 parent 90c961e commit e938a45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/foundations/color.vue
Original file line number Diff line number Diff line change
Expand Up @@ -543,11 +543,10 @@

<script>
import Layout from "@/layout.vue";
import CodeBlock from "@/components/CodeBlock.vue";
export default {
name: "DocsColor",
components: { Layout, CodeBlock },
components: { Layout },
data() {
return {
pageTitle: "Color",
Expand Down

0 comments on commit e938a45

Please sign in to comment.