mirror of
https://github.com/modrinth/code.git
synced 2026-08-28 10:34:53 +00:00
Consistent extension usage in imports (#1171)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { fileIsValid } from '~/helpers/fileUtils'
|
||||
import { fileIsValid } from '~/helpers/fileUtils.js'
|
||||
|
||||
export default {
|
||||
components: {},
|
||||
|
||||
Reference in New Issue
Block a user