aboutsummaryrefslogtreecommitdiff
path: root/src/components/icon/DownIcon.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icon/DownIcon.vue')
-rw-r--r--src/components/icon/DownIcon.vue5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/icon/DownIcon.vue b/src/components/icon/DownIcon.vue
index dc954d1..f7a5835 100644
--- a/src/components/icon/DownIcon.vue
+++ b/src/components/icon/DownIcon.vue
@@ -4,8 +4,3 @@
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</template>
-
-<script lang="ts">
-import {defineComponent, PropType} from 'vue';
-export default defineComponent({});
-</script>