aboutsummaryrefslogtreecommitdiff
path: root/src/components/icon/LinkIcon.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icon/LinkIcon.vue')
-rw-r--r--src/components/icon/LinkIcon.vue5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/icon/LinkIcon.vue b/src/components/icon/LinkIcon.vue
index 49996b7..2e43324 100644
--- a/src/components/icon/LinkIcon.vue
+++ b/src/components/icon/LinkIcon.vue
@@ -5,8 +5,3 @@
<path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>
</svg>
</template>
-
-<script lang="ts">
-import {defineComponent, PropType} from 'vue';
-export default defineComponent({});
-</script>