aboutsummaryrefslogtreecommitdiff
path: root/src/components/icon/ExternalLinkIcon.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icon/ExternalLinkIcon.vue')
-rw-r--r--src/components/icon/ExternalLinkIcon.vue5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/icon/ExternalLinkIcon.vue b/src/components/icon/ExternalLinkIcon.vue
index b7cb286..f672f3a 100644
--- a/src/components/icon/ExternalLinkIcon.vue
+++ b/src/components/icon/ExternalLinkIcon.vue
@@ -6,8 +6,3 @@
<line x1="10" y1="14" x2="21" y2="3"></line>
</svg>
</template>
-
-<script lang="ts">
-import {defineComponent, PropType} from 'vue';
-export default defineComponent({});
-</script>