Lint project

This commit is contained in:
2022-07-11 13:59:14 +02:00
parent 136db4a934
commit 3364855a25
27 changed files with 279 additions and 243 deletions

View File

@@ -1,3 +1,9 @@
<script>
export default {
name: 'LeftArrowIcon',
}
</script>
<template>
<svg width="1em" height="1em" viewBox="0 0 256 256" focusable="false">
<path
@@ -6,9 +12,3 @@
/>
</svg>
</template>
<script>
export default {
name: 'LeftArrowIcon',
}
</script>