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