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