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