Consistent extension usage in imports (#1171)

This commit is contained in:
Sasha Sorokin
2023-06-11 18:37:40 +01:00
committed by GitHub
parent 20d1c4d242
commit d9f8746438
39 changed files with 133 additions and 114 deletions

View File

@@ -18,7 +18,7 @@
</template>
<script>
import { fileIsValid } from '~/helpers/fileUtils'
import { fileIsValid } from '~/helpers/fileUtils.js'
export default {
components: {},